mirror of
https://gitee.com/johng/gf
synced 2026-07-04 13:02:36 +08:00
improve codeql config
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -13,9 +13,9 @@ name: "CodeQL Advanced"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "develop" ]
|
||||
branches: [ "master", "develop", "personal/**", "feature/**", "enhance/**", "fix/**" ]
|
||||
pull_request:
|
||||
branches: [ "master", "develop" ]
|
||||
branches: [ "master", "develop", "personal/**", "feature/**", "enhance/**", "fix/**" ]
|
||||
schedule:
|
||||
- cron: '43 20 * * 0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user