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:
Vadim Zeitlin 2021-10-03 16:14:21 +02:00
commit 7744425c21

View file

@ -2,6 +2,12 @@ platform:
- x86
- x64
skip_commits:
files:
- 'CHANGES*'
- 'Doc/**'
- '.github/**'
environment:
global:
MAKEJOBS: 2