Skip to content

Commit

Permalink
Run publish on every tag pushed (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Feb 10, 2024
1 parent c83b0aa commit f2bc0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Upload Python Package
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+.*' # Run on every git tag with semantic versioning. i.e: 1.5.0 or 1.5.0rc1
- '*'

permissions:
contents: read
Expand Down

0 comments on commit f2bc0a1

Please sign in to comment.