Ignore change to files not affecting the build in appveyor.yml
There is no need to rerun the CI builds if only the docs, changelog or anything GitHub-related changes.
This commit is contained in:
parent
2c86dd193b
commit
7744425c21
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@ platform:
|
|||
- x86
|
||||
- x64
|
||||
|
||||
skip_commits:
|
||||
files:
|
||||
- 'CHANGES*'
|
||||
- 'Doc/**'
|
||||
- '.github/**'
|
||||
|
||||
environment:
|
||||
global:
|
||||
MAKEJOBS: 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue