Avoid CI for PRs that only modifiy configs

pull/647/head^2
mzr1996 2022-01-25 17:52:37 +08:00
parent bd397f790f
commit a451d63d0e
1 changed files with 2 additions and 4 deletions

View File

@ -9,9 +9,8 @@ on:
- 'README.md'
- 'README_zh-CN.md'
- 'model-index.yml'
- 'configs/**.md'
- 'configs/**'
- 'docs/**'
- 'docs_zh-CN/**'
- 'demo/**'
- '.dev_scripts/**'
@ -20,9 +19,8 @@ on:
- 'README.md'
- 'README_zh-CN.md'
- 'model-index.yml'
- 'configs/**.md'
- 'configs/**'
- 'docs/**'
- 'docs_zh-CN/**'
- 'demo/**'
- '.dev_scripts/**'