We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b2e84 commit 66e4df8Copy full SHA for 66e4df8
1 file changed
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Publish Python Package
2
3
on:
4
push:
5
- tags:
6
- - 'v*.*.*'
+ branches:
+ - 'main'
7
8
release:
9
types: [published]
0 commit comments