mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Run CodeQL on all commits
This commit is contained in:
parent
7f20d0bf71
commit
52ee405746
1 changed files with 0 additions and 4 deletions
4
.github/workflows/ci-codeql.yml
vendored
4
.github/workflows/ci-codeql.yml
vendored
|
@ -6,13 +6,9 @@ on:
|
|||
- 'main'
|
||||
- 'release/**'
|
||||
- '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