Do not ignore changes to before_install.sh script in CI workflow
This script is used by this file, so changes to it definitely affect it.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -7,7 +7,6 @@ on:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'build/tools/before_install.sh'
|
||||
- 'build/tools/travis-ci.sh'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
@@ -24,7 +23,6 @@ on:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'build/tools/before_install.sh'
|
||||
- 'build/tools/travis-ci.sh'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
Reference in New Issue
Block a user