Skip to content

Commit 6965ba3

Browse files
committed
Trigger workflow on Python file changes
Add '**/*.py' to the workflow's paths so the checkScriptStatus.yml job will run when Python files are created or modified. Previously the workflow only triggered on JavaScript file changes.
1 parent c9f6a96 commit 6965ba3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/checkScriptStatus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main # 如果你的主分支是 master,请将其改为 master
88
paths:
99
- '**/*.js' # 只有在修改或新增 JS 文件时才触发
10+
- '**/*.py' # 只有在修改或新增 JS 文件时才触发
1011

1112
jobs:
1213
update-readme:

0 commit comments

Comments
 (0)