chore: rename main branch from dev to main (#11042)

This commit is contained in:
neverland
2022-09-12 11:34:29 +08:00
committed by GitHub
parent a635e2d80b
commit 82883141a1
20 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ dev ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ dev ]
branches: [ main ]
schedule:
- cron: '36 21 * * 2'
+1 -1
View File
@@ -2,7 +2,7 @@ name: Sync to Gitee
on:
push:
branches: [dev, 2.x, gh-pages]
branches: [main, 2.x, 3.x, gh-pages]
workflow_dispatch:
+1 -1
View File
@@ -7,7 +7,7 @@ on:
pull_request:
branches:
- dev
- main
workflow_dispatch: