mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +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'
|
||||
|
||||
|
||||
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
@@ -2,6 +2,7 @@ name: PR Labeler
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches: ["dev"]
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user