Skip to content

Commit 31d8950

Browse files
authored
Update pypi-ci.yml
1 parent cecaf0c commit 31d8950

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pypi-ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: PyPI-CI
22

3-
# 点击star即可构建
4-
53
# on:
64
# watch:
75
# types: started
8-
9-
# push 到main分支才会构建,忽略docs/**和LICENSE等目录
106
on:
117
push:
128
branches:
@@ -18,6 +14,8 @@ on:
1814
- 'NOTICE'
1915
- 'README.md'
2016

17+
workflow_dispatch:
18+
2119
permissions:
2220
contents: read
2321

0 commit comments

Comments
 (0)