mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 22:01:13 -06:00
Add some more paths-ignore to build-extra.yml
This commit is contained in:
parent
6af4ed41be
commit
23ea15fd7b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-extra.yml
vendored
6
.github/workflows/build-extra.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue