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,15 +3,20 @@ name: 'Build Plugin'
on: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
paths-ignore:
- '**/README.md'
- '.github/ISSUE_TEMPLATE/**'
- 'docs/**'
- 'images/**'
- 'manifest.json'
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
paths-ignore: paths-ignore:
- '**/README.md' - '**/README.md'
- '.github/ISSUE_TEMPLATE/**' - '.github/ISSUE_TEMPLATE/**'
- 'docs/**' - 'docs/**'
- 'images/**' - 'images/**'
- 'manifest.json' - 'manifest.json'
permissions: permissions:
contents: write contents: write

View File

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