mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 04:37:23 +00:00
chore(security): Optimize CodeQL (#541)
This reduces duplicate analyses by only running on push to master, or PRs to master.
This commit is contained in:
parent
42e24e3508
commit
8cdd3a3d8c
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@ -2,7 +2,10 @@ name: "Code scanning - action"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [master, ]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
# The branches below must be a subset of the branches above
|
||||||
|
branches: [master]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * 2'
|
- cron: '0 12 * * 2'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user