ignore jquery and bootstrap in code analysis

This commit is contained in:
Laura 2020-10-01 12:45:41 +02:00 committed by GitHub
parent e4cce055c6
commit 0f4e699e37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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