mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Run CodeQL on dev/* branches
This commit is contained in:
parent
c1091c9c8e
commit
485ea107b7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-codeql.yml
vendored
1
.github/workflows/ci-codeql.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
- 'release/**'
|
||||
- 'dev/**' # Allow running Code QL on dev branches without a PR
|
||||
paths-ignore:
|
||||
- 'dist/**'
|
||||
schedule:
|
||||
|
|
Loading…
Reference in a new issue