Skip to content

Commit

Permalink
Add some more paths-ignore to build-extra.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake committed Apr 24, 2021
1 parent 6af4ed4 commit 23ea15f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -19,6 +22,9 @@ on:
- RELNOTES
- SECURITY.md
- 'etc/**'
- 'src/firecfg/firecfg.config'
- '.github/ISSUE_TEMPLATE/*'
- '.github/pull_request_template.md'

jobs:
build-clang:
Expand Down

0 comments on commit 23ea15f

Please sign in to comment.