Skip running CI for the changes to the files not affecting it

Note that if we decide to do something for the docs later (e.g. run a
spell checker on them), it should be done in a separate workflow and not
in this one.
This commit is contained in:
Vadim Zeitlin 2021-09-30 16:53:40 +02:00
commit 067d927cb1

View file

@ -3,8 +3,14 @@ name: CI
on:
push:
branches: master
paths-ignore:
- 'CHANGES*'
- 'Doc/**'
pull_request:
branches: master
paths-ignore:
- 'CHANGES*'
- 'Doc/**'
jobs:
build: