We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83147c commit 98ac0eaCopy full SHA for 98ac0ea
.github/workflows/tox.yml
@@ -83,7 +83,7 @@ jobs:
83
runs-on: ubuntu-24.04
84
needs:
85
- tox
86
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' || (github.event_name == 'release' && github.event.action == 'published')
87
# This condition ensures that publishing can only happen on push events to the main branch.
88
# Pull request events are excluded as they don't have the necessary permissions to publish.
89
steps:
0 commit comments