We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91206bd commit cb9513dCopy full SHA for cb9513d
.github/workflows/dep_build_v3.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23
with:
24
- ref: master
+ ref: 3.x
25
- name: Set up JDK
26
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
27
.github/workflows/main.yml
@@ -2,11 +2,13 @@ name: Build and Run Tests
2
on:
3
push:
4
branches:
5
- - master
+ - 3.x
6
+ - 2.x
7
- "2.19"
8
pull_request:
9
10
11
12
13
# Also run once per day anyway, at 10:00 UTC (18:00 PT)
14
schedule:
0 commit comments