File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2222 with :
23- ref : master
23+ ref : 3.x
2424 - name : Set up JDK
2525 uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2626 with :
Original file line number Diff line number Diff line change @@ -2,15 +2,13 @@ name: Build and Deploy Snapshot
22on :
33 push :
44 branches :
5- - master
6- - " 3.0"
5+ - 3.x
76 paths-ignore :
87 - " README.md"
98 - " release-notes/*"
109 pull_request :
1110 branches :
12- - master
13- - " 3.0"
11+ - 3.x
1412 paths-ignore :
1513 - " README.md"
1614 - " release-notes/*"
6462 uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
6563 with :
6664 token : ${{ secrets.CODECOV_TOKEN }}
67- file : ./target/site/jacoco/jacoco.xml
65+ files : ./target/site/jacoco/jacoco.xml
6866 flags : unittests
You can’t perform that action at this time.
0 commit comments