Skip to content

Commit

Permalink
Fix issue with doubled build on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubrak committed Oct 15, 2024
1 parent ba928bc commit b4efa60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-and-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

name: Build, test and upload
on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b4efa60

Please sign in to comment.