allow ci to be skipped for non code files

This commit is contained in:
Jonathan Shimwell 2022-03-24 15:59:36 +00:00
parent fe8892cebc
commit d74cf4fca7

View file

@ -5,6 +5,11 @@ on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- CODEOWNERS
- LICENSE
branches:
- develop
- master