We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60549c4 commit 2375477Copy full SHA for 2375477
.github/workflows/python-publish.yml
@@ -2,7 +2,7 @@ name: Publish package to PyPI
2
3
on:
4
push:
5
- branches: [master]
+ branches: ["master","main"]
6
tags:
7
- 'v*' # 匹配"v1.0.0"、"v1.0.0-alpha"等发布标签
8
0 commit comments