mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Run CodeQL on dev/* branches
This commit is contained in:
1
.github/workflows/ci-codeql.yml
vendored
1
.github/workflows/ci-codeql.yml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'release/**'
|
- 'release/**'
|
||||||
|
- 'dev/**' # Allow running Code QL on dev branches without a PR
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'dist/**'
|
- 'dist/**'
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user