mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Run CodeQL on PRs
This commit is contained in:
parent
485ea107b7
commit
e3bc05f224
1 changed files with 5 additions and 0 deletions
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…
Reference in a new issue