Skip to content

Commit 447296b

Browse files
committed
ci: trigger on tag.
1 parent 3921928 commit 447296b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ name: Upload Python Package
1111
on:
1212
release:
1313
types: [published]
14+
push:
15+
tags:
16+
- 'v*' # 这里使用通配符匹配所有以 "v" 开头的标签
1417

1518
permissions:
1619
contents: read

0 commit comments

Comments
 (0)