Ignores have to be applied by *event*
This commit is contained in:
parent
419273ecc6
commit
9abcf253a7
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -3,15 +3,20 @@ name: 'Build Plugin'
|
||||
on:
|
||||
push:
|
||||
branches: [ "10.8" ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- 'docs/**'
|
||||
- 'images/**'
|
||||
- 'manifest.json'
|
||||
pull_request:
|
||||
branches: [ "10.8" ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- 'docs/**'
|
||||
- 'images/**'
|
||||
- 'manifest.json'
|
||||
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- 'docs/**'
|
||||
- 'images/**'
|
||||
- 'manifest.json'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
18
.github/workflows/codeql.yml
vendored
18
.github/workflows/codeql.yml
vendored
@ -3,14 +3,20 @@ name: "CodeQL"
|
||||
on:
|
||||
push:
|
||||
branches: [ 10.8 ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- 'docs/**'
|
||||
- 'images/**'
|
||||
- 'manifest.json'
|
||||
pull_request:
|
||||
branches: [ 10.8 ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- 'docs/**'
|
||||
- 'images/**'
|
||||
- 'manifest.json'
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- 'docs/**'
|
||||
- 'images/**'
|
||||
- 'manifest.json'
|
||||
|
||||
permissions: write-all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user