added extra folders to ignored ci paths

This commit is contained in:
Jonathan Shimwell 2022-03-24 22:34:37 +00:00 committed by GitHub
parent 67ffa58145
commit eeed67c537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'examples/**'
- 'man/**'
- '**.md'
- CODEOWNERS
- LICENSE