Skip to content

Commit 9332996

Browse files
authored
chore(ci): update branch (#2792)
* chore: update branch * fix: ci * fix: ignore
1 parent c77e619 commit 9332996

File tree

7 files changed

+6
-144
lines changed

7 files changed

+6
-144
lines changed

.github/workflows/add-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "${{github.event_name}}"
2020
if [[ "${{ github.event.pull_request.base.ref }}" == "next" ]]; then
2121
echo "label=2.x" >> $GITHUB_ENV
22-
elif [[ "${{ github.event.pull_request.base.ref }}" == "V3.0" ]]; then
22+
elif [[ "${{ github.event.pull_request.base.ref }}" == "feat_v3.x" ]]; then
2323
echo "label=3.x" >> $GITHUB_ENV
2424
else
2525
echo "label=" >> $GITHUB_ENV

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- next
7-
- V3.0
7+
- feat_v3.x
88
pull_request:
99
types: [opened, synchronize, reopened]
1010
workflow_dispatch:

.github/workflows/sync-h5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sync to docs-h5
33
on:
44
push:
55
branches:
6-
- V3.0
6+
- feat_v3.x
77
paths:
88
- '.github/workflows/**'
99
- 'src/**'

.github/workflows/sync-migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sync to migrate
33
on:
44
push:
55
branches:
6-
- V3.0
6+
- feat_v3.x
77
paths:
88
- '.github/workflows/**'
99
- 'src/**'

.github/workflows/sync-taro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sync to docs-taro
33
on:
44
push:
55
branches:
6-
- V3.0
6+
- feat_v3.x
77
paths:
88
- '.github/workflows/**'
99
- 'src/**'

packages/nutui-taro-demo/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ src/exhibition/
1313
src/feedback/
1414
src/layout/
1515
src/nav/
16+
src/app.config.ts
1617
.npmrc
1718
nutui-react/

packages/nutui-taro-demo/src/app.config.ts

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)