Don't codeql the static directory

This commit is contained in:
Gabe Kangas
2021-11-01 18:30:46 -07:00
parent c7d988c7dd
commit 3fdae7afb9

View File

@ -14,9 +14,13 @@ name: "CodeQL"
on: on:
push: push:
branches: [ develop ] branches: [ develop ]
paths-ignore:
- 'static/**'
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ develop ] branches: [ develop ]
paths-ignore:
- 'static/**'
schedule: schedule:
- cron: '36 7 * * 4' - cron: '36 7 * * 4'