mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-03-11 17:15:38 +00:00
Enabled CodeQL on release branches
This commit is contained in:
parent
46a6567e62
commit
b0b9a6d657
1 changed files with 6 additions and 2 deletions
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
|
|
@ -2,9 +2,13 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches:
|
||||
- "main"
|
||||
- "release/**"
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches:
|
||||
- "main"
|
||||
- "release/**"
|
||||
schedule:
|
||||
- cron: '0 5 * * 3'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue