File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
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
21
19
steps :
22
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
21
with :
24
- ref : master
22
+ ref : 3.x
25
23
- name : Set up JDK
26
24
uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
27
25
with :
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"
65
63
uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
66
64
with :
67
65
token : ${{ secrets.CODECOV_TOKEN }}
68
- file : ./target/site/jacoco/jacoco.xml
66
+ files : ./target/site/jacoco/jacoco.xml
69
67
flags : unittests
You can’t perform that action at this time.
0 commit comments