Skip to content

Commit

Permalink
workflows:build - only trigger on "master" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 21, 2023
1 parent e67795c commit d10e522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
wheel:
name: Build Wheels
runs-on: ubuntu-latest
if: ${{ github.ref_name == "master" }}
outputs:
tag: ${{ steps.tag.outputs.tag }}
steps:
Expand Down

0 comments on commit d10e522

Please sign in to comment.