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:
push:
branches: [ develop ]
paths-ignore:
- 'static/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
paths-ignore:
- 'static/**'
schedule:
- cron: '36 7 * * 4'