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