Skip to content

Commit 44bfe1f

Browse files
committed
docs:rename branch.
Signed-off-by: Haotian Zhang <[email protected]>
1 parent cf1e0d3 commit 44bfe1f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/license-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
push:
55
branches:
66
- dubbo-3.2.x
7-
- dubbo-2.x
7+
- dubbo-2.7.x
88
- release/*
99
paths-ignore:
1010
- '**.md'
1111
pull_request:
1212
branches:
1313
- dubbo-3.2.x
14-
- dubbo-2.x
14+
- dubbo-2.7.x
1515
- release/*
1616
paths-ignore:
1717
- '**.md'

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- dubbo-3.2.x
7-
- dubbo-2.x
7+
- dubbo-2.7.x
88
- release/*
99
paths-ignore:
1010
- '**.md'
@@ -38,7 +38,7 @@ jobs:
3838
shopt -s nocasematch
3939
if [[ "${{ github.ref_name }}" == "dubbo-3.2.x" ]]; then
4040
echo "jdk=17" >> $GITHUB_OUTPUT
41-
elif [[ "${{ github.ref_name }}" == "dubbo-2.x" ]]; then
41+
elif [[ "${{ github.ref_name }}" == "dubbo-2.7.x" ]]; then
4242
echo "jdk=8" >> $GITHUB_OUTPUT
4343
else
4444
echo "jdk=8" >> $GITHUB_OUTPUT

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
push:
55
branches:
66
- dubbo-3.2.x
7-
- dubbo-2.x
7+
- dubbo-2.7.x
88
- release/*
99
paths-ignore:
1010
- '**.md'
1111
pull_request:
1212
branches:
1313
- dubbo-3.2.x
14-
- dubbo-2.x
14+
- dubbo-2.7.x
1515
- release/*
1616
paths-ignore:
1717
- '**.md'
@@ -33,7 +33,7 @@ jobs:
3333
echo $branch_name
3434
if [[ "$branch_name" == "dubbo-3.2.x" ]]; then
3535
echo "jdks=[8,17]" >> $GITHUB_OUTPUT
36-
elif [[ "$branch_name" == "dubbo-2.x" ]]; then
36+
elif [[ "$branch_name" == "dubbo-2.7.x" ]]; then
3737
echo "jdks=[8]" >> $GITHUB_OUTPUT
3838
else
3939
echo "jdks=[8]" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)