Skip to content

Commit 59816ff

Browse files
committed
Start master->3.x branch renaming
1 parent b9015fd commit 59816ff

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/dep_build_v3.yml

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

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ 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:
1312
- master
14-
- "3.0"
13+
- 3.x
1514
- "2.19"
1615
paths-ignore:
1716
- "README.md"
@@ -59,5 +58,5 @@ jobs:
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

0 commit comments

Comments
 (0)