Skip to content

Commit 7ef6920

Browse files
committed
Start converting master->3.x
1 parent 2119896 commit 7ef6920

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/dep_build_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
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"
@@ -66,5 +64,5 @@ jobs:
6664
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
6765
with:
6866
token: ${{ secrets.CODECOV_TOKEN }}
69-
file: ./target/site/jacoco/jacoco.xml
67+
files: ./target/site/jacoco/jacoco.xml
7068
flags: unittests

0 commit comments

Comments
 (0)