Skip to content

Commit ed46e1d

Browse files
committed
Fixing #939: start "master"->"3.x" branch rename
1 parent cc91e3f commit ed46e1d

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/dep_build_v3.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Re-build on jackson-databind v3 push
22
on:
33
repository_dispatch:
44
types: [jackson-databind-pushed-v3]
5-
# just for testing
6-
workflow_dispatch:
75

86
permissions:
97
contents: read
@@ -22,7 +20,7 @@ jobs:
2220
steps:
2321
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2422
with:
25-
ref: master
23+
ref: 3.x
2624
- name: Set up JDK
2725
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2826
with:
@@ -31,5 +29,3 @@ jobs:
3129
cache: 'maven'
3230
- name: Build and test
3331
run: ./mvnw -B -ff -ntp -Dversion.kotlin=${{ matrix.kotlin_version }} clean verify
34-
35-
# No recursive rebuild (yet?)

.github/workflows/main.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: Build and Deploy Snapshot
22
on:
33
push:
44
branches:
5-
- master
6-
- "3.0"
5+
- 3.x
76
- "2.19"
87
paths-ignore:
98
- "README.md"
109
- "release-notes/*"
1110
pull_request:
1211
branches:
13-
- master
14-
- "3.0"
12+
- 3.x
1513
- "2.19"
1614
paths-ignore:
1715
- "README.md"

0 commit comments

Comments
 (0)