Skip to content

Commit

Permalink
Only update tag on master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Dec 7, 2023
1 parent cd49b60 commit 1c9ff40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
with:
name: wheels
path: dist
- name: update prerelease tag
- if: github.ref == 'refs/heads/master'
name: update prerelease tag
uses: EndBug/[email protected]
with:
ref: "prerelease"
Expand Down

0 comments on commit 1c9ff40

Please sign in to comment.