We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e882c commit 46d85ebCopy full SHA for 46d85eb
.github/workflows/update-links.yml
@@ -3,7 +3,7 @@ name: Update Share Links
3
on:
4
push:
5
paths:
6
- - "**/*.scripting" # 只监听新增或修改的 .scripting 文件
+ - "*.scripting" # 只监听新增或修改的 .scripting 文件
7
branches:
8
- main
9
0 commit comments