Don't auto build for documentation
This commit is contained in:
parent
33c2cce6fd
commit
49fe896b18
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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
|
||||
|
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user