Skip to content

Commit

Permalink
chore: ci 中 next 重命名为 main
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam authored and ZakaryCode committed Dec 8, 2023
1 parent f7dbda8 commit 300e88f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
# When Release Pull Request is merged
pull_request:
branches:
- next
- main
- 2.x

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Node CI
on:
push:
branches:
- next
- main
- feat/**
pull_request:
branches:
- next
- main

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'feat/**'
pull_request:
branches:
- next
- main
types: [closed]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-components-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: next
base: main
body: "sync components types"
branch: "refactor/sync-types"
commit-message: "refactor(types): sync components types"
Expand Down

0 comments on commit 300e88f

Please sign in to comment.