fix: codeql triggers
This commit is contained in:
parent
4d17637edf
commit
00e070b509
1 changed files with 2 additions and 4 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
|
@ -3,11 +3,9 @@ name: "CodeQL"
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: ["preview", "master"]
|
||||
branches: ["preview", "canary", "master"]
|
||||
pull_request:
|
||||
branches: ["develop", "preview", "master"]
|
||||
schedule:
|
||||
- cron: "53 19 * * 5"
|
||||
branches: ["preview", "canary", "master"]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue