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:
Vadim Zeitlin
2021-02-15 16:04:51 +01:00
parent 62a760c225
commit 9dc676a32c

View File

@@ -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/**'