mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
Run CodeQL on PRs
This commit is contained in:
parent
485ea107b7
commit
e3bc05f224
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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user