Skip to content

Commit ceeac68

Browse files
committed
代码检查忽略txt文件
1 parent cf82f49 commit ceeac68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- '**/*.css'
2222
- '**/*.js'
2323
- '**/*.yml'
24+
- '**/*.txt'
2425
pull_request:
2526
# The branches below must be a subset of the branches above
2627
branches:
@@ -31,6 +32,7 @@ on:
3132
- '**/*.css'
3233
- '**/*.js'
3334
- '**/*.yml'
35+
- '**/*.txt'
3436
schedule:
3537
- cron: '33 6 * * 0'
3638

0 commit comments

Comments
 (0)