File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2323 with :
24- ref : master
24+ ref : 3.x
2525 - name : Set up JDK
2626 uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2727 with :
Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ name: Build and Deploy Snapshot
22on :
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 :
1312 - master
14- - " 3.0 "
13+ - 3.x
1514 - " 2.19"
1615 paths-ignore :
1716 - " README.md"
5958 uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
6059 with :
6160 token : ${{ secrets.CODECOV_TOKEN }}
62- file : ./target/site/jacoco/jacoco.xml
61+ files : ./target/site/jacoco/jacoco.xml
6362 flags : unittests
You can’t perform that action at this time.
0 commit comments