Browse Source

Don't codeql the static directory

pull/1512/head
Gabe Kangas 4 years ago
parent
commit
3fdae7afb9
  1. 4
      .github/workflows/codeql-analysis.yml

4
.github/workflows/codeql-analysis.yml

@ -14,9 +14,13 @@ name: "CodeQL" @@ -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'

Loading…
Cancel
Save