Browse Source

Don't run CodeQL for dependencies

pull/1596/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
e6ed6a6849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/codeql-analysis.yml

2
.github/workflows/codeql-analysis.yml

@ -16,6 +16,8 @@ on:
branches: [ develop ] branches: [ develop ]
paths-ignore: paths-ignore:
- 'static/**' - 'static/**'
- 'webroot/js/web_modules/**'
- 'build/javascript/**'
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 ]

Loading…
Cancel
Save