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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: ["preview", "master"]
|
branches: ["preview", "canary", "master"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["develop", "preview", "master"]
|
branches: ["preview", "canary", "master"]
|
||||||
schedule:
|
|
||||||
- cron: "53 19 * * 5"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue