mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Run CodeQL on PRs
This commit is contained in:
5
.github/workflows/ci-codeql.yml
vendored
5
.github/workflows/ci-codeql.yml
vendored
@@ -8,6 +8,11 @@ on:
|
||||
- 'dev/**' # Allow running Code QL on dev branches without a PR
|
||||
paths-ignore:
|
||||
- 'dist/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
paths-ignore:
|
||||
- 'dist/**'
|
||||
schedule:
|
||||
- cron: '25 23 * * 2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user