We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d85eb commit cb501b4Copy full SHA for cb501b4
.github/workflows/update-links.yml
@@ -6,7 +6,8 @@ on:
6
- "*.scripting" # 只监听新增或修改的 .scripting 文件
7
branches:
8
- main
9
-
+ workflow_dispatch:
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
0 commit comments