Add some more paths-ignore to build-extra.yml

This commit is contained in:
rusty-snake 2021-04-24 11:49:27 +02:00
parent 6af4ed41be
commit 23ea15fd7b

View file

@ -10,6 +10,9 @@ on:
- RELNOTES
- SECURITY.md
- 'etc/**'
- 'src/firecfg/firecfg.config'
- '.github/ISSUE_TEMPLATE/*'
- '.github/pull_request_template.md'
pull_request:
branches: [ master ]
paths-ignore:
@ -19,6 +22,9 @@ on:
- RELNOTES
- SECURITY.md
- 'etc/**'
- 'src/firecfg/firecfg.config'
- '.github/ISSUE_TEMPLATE/*'
- '.github/pull_request_template.md'
jobs:
build-clang: