mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-25 10:08:35 +08:00
ci: limit PR checks to dev branch only
This commit is contained in:
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: ["dev", "main"]
|
||||
pull_request:
|
||||
branches: ["dev", "main"]
|
||||
branches: ["dev"]
|
||||
schedule:
|
||||
- cron: '30 2 * * 1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user