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
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'build/tools/appveyor*.bat'
|
- 'build/tools/appveyor*.bat'
|
||||||
- 'build/tools/before_install.sh'
|
|
||||||
- 'build/tools/travis-ci.sh'
|
- 'build/tools/travis-ci.sh'
|
||||||
- 'distrib/**'
|
- 'distrib/**'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
@@ -24,7 +23,6 @@ on:
|
|||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'build/tools/appveyor*.bat'
|
- 'build/tools/appveyor*.bat'
|
||||||
- 'build/tools/before_install.sh'
|
|
||||||
- 'build/tools/travis-ci.sh'
|
- 'build/tools/travis-ci.sh'
|
||||||
- 'distrib/**'
|
- 'distrib/**'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
Reference in New Issue
Block a user