Ignore changes to appveyor.yml in GitHub Actions CI workflow

Don't bother rerunning GitHub CI builds when only AppVeyor configuration
changes.
This commit is contained in:
Vadim Zeitlin 2021-10-03 16:13:12 +02:00
commit 2c86dd193b

View file

@ -6,11 +6,13 @@ on:
paths-ignore:
- 'CHANGES*'
- 'Doc/**'
- 'appveyor.yml'
pull_request:
branches: master
paths-ignore:
- 'CHANGES*'
- 'Doc/**'
- 'appveyor.yml'
jobs:
build: