File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Re-build on jackson-databind v3 push
2
2
on :
3
3
repository_dispatch :
4
4
types : [jackson-databind-pushed-v3]
5
- # just for testing
6
- workflow_dispatch :
7
5
8
6
permissions :
9
7
contents : read
22
20
steps :
23
21
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
22
with :
25
- ref : master
23
+ ref : 3.x
26
24
- name : Set up JDK
27
25
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
28
26
with :
31
29
cache : ' maven'
32
30
- name : Build and test
33
31
run : ./mvnw -B -ff -ntp -Dversion.kotlin=${{ matrix.kotlin_version }} clean verify
34
-
35
- # No recursive rebuild (yet?)
Original file line number Diff line number Diff line change @@ -2,16 +2,14 @@ name: Build and Deploy Snapshot
2
2
on :
3
3
push :
4
4
branches :
5
- - master
6
- - " 3.0"
5
+ - 3.x
7
6
- " 2.19"
8
7
paths-ignore :
9
8
- " README.md"
10
9
- " release-notes/*"
11
10
pull_request :
12
11
branches :
13
- - master
14
- - " 3.0"
12
+ - 3.x
15
13
- " 2.19"
16
14
paths-ignore :
17
15
- " README.md"
You can’t perform that action at this time.
0 commit comments