Skip to content

Commit

Permalink
chore(ci): update branch (#2792)
Browse files Browse the repository at this point in the history
* chore: update branch

* fix: ci

* fix: ignore
  • Loading branch information
xiaoyatong authored Nov 22, 2024
1 parent c77e619 commit 9332996
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "${{github.event_name}}"
if [[ "${{ github.event.pull_request.base.ref }}" == "next" ]]; then
echo "label=2.x" >> $GITHUB_ENV
elif [[ "${{ github.event.pull_request.base.ref }}" == "V3.0" ]]; then
elif [[ "${{ github.event.pull_request.base.ref }}" == "feat_v3.x" ]]; then
echo "label=3.x" >> $GITHUB_ENV
else
echo "label=" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- next
- V3.0
- feat_v3.x
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sync to docs-h5
on:
push:
branches:
- V3.0
- feat_v3.x
paths:
- '.github/workflows/**'
- 'src/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sync to migrate
on:
push:
branches:
- V3.0
- feat_v3.x
paths:
- '.github/workflows/**'
- 'src/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-taro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sync to docs-taro
on:
push:
branches:
- V3.0
- feat_v3.x
paths:
- '.github/workflows/**'
- 'src/**'
Expand Down
1 change: 1 addition & 0 deletions packages/nutui-taro-demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ src/exhibition/
src/feedback/
src/layout/
src/nav/
src/app.config.ts
.npmrc
nutui-react/
139 changes: 0 additions & 139 deletions packages/nutui-taro-demo/src/app.config.ts

This file was deleted.

0 comments on commit 9332996

Please sign in to comment.