GitHub CI: Ignore more text file updates

This commit is contained in:
Aaron Jones 2021-06-03 01:19:11 +00:00
parent 2a8338475c
commit 68f3678b46

View file

@ -6,11 +6,19 @@ on:
- main
paths-ignore:
- 'doc/oper-guide/**'
- 'CREDITS'
- 'LICENSE'
- 'NEWS.md'
- 'README.md'
pull_request:
branches:
- main
paths-ignore:
- 'doc/oper-guide/**'
- 'CREDITS'
- 'LICENSE'
- 'NEWS.md'
- 'README.md'
jobs:
linux: