代码检查忽略txt文件

sh_branch
liangliangyy 4 years ago
parent cf82f49606
commit ceeac686c4

@ -21,6 +21,7 @@ on:
- '**/*.css'
- '**/*.js'
- '**/*.yml'
- '**/*.txt'
pull_request:
# The branches below must be a subset of the branches above
branches:
@ -31,6 +32,7 @@ on:
- '**/*.css'
- '**/*.js'
- '**/*.yml'
- '**/*.txt'
schedule:
- cron: '33 6 * * 0'

Loading…
Cancel
Save