Skip to content

Commit

Permalink
workflow does not work on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Jun 7, 2023
1 parent d26a5db commit 45771f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build
on:
push:
branches: [ tauri ]
pull_request:
branches: [ tauri ]

jobs:
build-tauri:
Expand Down Expand Up @@ -58,7 +56,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}

- uses: actions/upload-artifact@v2
if: matrix.platform == 'ubuntu-latest'
with:
Expand Down

0 comments on commit 45771f1

Please sign in to comment.