Ignores have to be applied by *event*

This commit is contained in:
TwistedUmbrellaX 2024-04-19 21:41:03 -04:00 committed by TwistedUmbrellaX
parent 13a317dce1
commit 28689a917a
2 changed files with 26 additions and 15 deletions

View File

@ -3,6 +3,12 @@ name: 'Build Plugin'
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
- '.github/ISSUE_TEMPLATE/**'
- 'docs/**'
- 'images/**'
- 'manifest.json'
pull_request:
branches: [ "master" ]
paths-ignore:
@ -12,7 +18,6 @@ on:
- 'images/**'
- 'manifest.json'
permissions:
contents: write
packages: write

View File

@ -3,6 +3,12 @@ name: "CodeQL"
on:
push:
branches: [ master ]
paths-ignore:
- '**/README.md'
- '.github/ISSUE_TEMPLATE/**'
- 'docs/**'
- 'images/**'
- 'manifest.json'
pull_request:
branches: [ master ]
paths-ignore: