Ignore locale-only changes in Cirrus CI config file
Don't rerun the builds unnecessarily.
This commit is contained in:
parent
66f685987b
commit
16522b05a8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ env:
|
||||||
CCACHE_DIR: /tmp/ccache
|
CCACHE_DIR: /tmp/ccache
|
||||||
|
|
||||||
task:
|
task:
|
||||||
skip: "changesIncludeOnly('appveyor.yml','CMakeLists.txt','.github/**','docs/**','interface/**','include/wx/{msw,osx,qt}/**','src/{msw,osx,qt}/**','build/{cmake,msw,osx}/**')"
|
skip: "changesIncludeOnly('appveyor.yml','CMakeLists.txt','.github/**','docs/**','interface/**','include/wx/{msw,osx,qt}/**','src/{msw,osx,qt}/**','build/{cmake,msw,osx}/**','locale/**')"
|
||||||
matrix:
|
matrix:
|
||||||
- name: Cirrus CI / FreeBSD 13 wxGTK 3
|
- name: Cirrus CI / FreeBSD 13 wxGTK 3
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue