Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading