Skip to content

Commit cb9513d

Browse files
committed
Update GH Actions wrt master->3.x renaming
1 parent 91206bd commit cb9513d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: Build and Run Tests
22
on:
33
push:
44
branches:
5-
- master
5+
- 3.x
6+
- 2.x
67
- "2.19"
78
pull_request:
89
branches:
9-
- master
10+
- 3.x
11+
- 2.x
1012
- "2.19"
1113
# Also run once per day anyway, at 10:00 UTC (18:00 PT)
1214
schedule:

0 commit comments

Comments
 (0)