Don't run GitHub CI action when other CI scripts change
Avoid wasting resources when only the scripts used with AppVeyor or Travis CI change.
This commit is contained in:
parent
62a760c225
commit
9dc676a32c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'build/tools/before_install.sh'
|
||||
- 'build/tools/travis-ci.sh'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
|
|
@ -15,6 +18,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'build/tools/before_install.sh'
|
||||
- 'build/tools/travis-ci.sh'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue