ignore jquery and bootstrap in code analysis
This commit is contained in:
parent
e4cce055c6
commit
0f4e699e37
1 changed files with 4 additions and 0 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -8,6 +8,9 @@ name: "CodeQL"
|
|||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- src/c3nav/static/jquery/
|
||||
- src/c3nav/static/bootstrap/
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master]
|
||||
|
@ -69,3 +72,4 @@ jobs:
|
|||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue