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 464b328 commit 4dc9d01Copy full SHA for 4dc9d01
.github/workflows/publish.yml
@@ -2,7 +2,8 @@ name: Publish to PYPI Pipeline
2
3
on:
4
push:
5
- branches: [ "production" ]
+ tags:
6
+ - "release/*"
7
8
env:
9
ACTIONS_RUNNER_DEBUG: "true"
0 commit comments