mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
fix: codeql triggers
This commit is contained in:
parent
4d17637edf
commit
00e070b509
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…
Reference in New Issue
Block a user