ci: Ignore paths for CodeQL Analysis

This commit is contained in:
Nick Bolton
2024-10-15 07:17:04 +01:00
parent 2b930a7b03
commit 5f78d175c9

View File

@ -12,6 +12,13 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '**/*.md'
- '.github/ISSUE_TEMPLATE/**'
- '.env-example'
- '.gitignore'
- '.gitattributes'
- 'cspell.json'
push:
branches: [master]