Skip to content

Commit 2375477

Browse files
committed
✅ ci: 更新工作流以支持主分支和main分支的推送
1 parent 60549c4 commit 2375477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish package to PyPI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: ["master","main"]
66
tags:
77
- 'v*' # 匹配"v1.0.0"、"v1.0.0-alpha"等发布标签
88

0 commit comments

Comments
 (0)