Skip to content

Commit

Permalink
Update if
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Dec 29, 2023
1 parent 93f4045 commit 384f971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
permissions:
id-token: write
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'created'
if: contains(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 384f971

Please sign in to comment.