Don't run CodeQL for dependencies

This commit is contained in:
Gabe Kangas 2021-12-13 10:14:56 -08:00 committed by GitHub
parent 12b9f11b50
commit e6ed6a6849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ on:
branches: [ develop ]
paths-ignore:
- 'static/**'
- 'webroot/js/web_modules/**'
- 'build/javascript/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]