Skip to content

Commit

Permalink
Don't auto build for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Apr 19, 2024
1 parent 33c2cce commit 49fe896
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
branches: [ "10.8" ]
pull_request:
branches: [ "10.8" ]
paths-ignore:
- '**/README.md'
- '.github/ISSUE_TEMPLATE/**'
- 'docs/**'
- 'images/**'
- 'manifest.json'


permissions:
contents: write
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches: [ 10.8 ]
pull_request:
branches: [ 10.8 ]
paths-ignore:
- '**/README.md'
- '.github/ISSUE_TEMPLATE/**'
- 'docs/**'
- 'images/**'
- 'manifest.json'

permissions: write-all

Expand Down

0 comments on commit 49fe896

Please sign in to comment.