File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
with :
25
- ref : master
25
+ ref : 3.x
26
26
- name : Set up JDK
27
27
uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
28
28
with :
Original file line number Diff line number Diff line change @@ -2,16 +2,14 @@ name: Build and Deploy Snapshot
2
2
on :
3
3
push :
4
4
branches :
5
- - master
6
- - " 3.0"
5
+ - 3.x
7
6
- " 2.19"
8
7
paths-ignore :
9
8
- " README.md"
10
9
- " release-notes/*"
11
10
pull_request :
12
11
branches :
13
- - master
14
- - " 3.0"
12
+ - 3.x
15
13
- " 2.19"
16
14
paths-ignore :
17
15
- " README.md"
90
88
trigger-dep-build-v3 :
91
89
name : Trigger v3 dep builds
92
90
needs : [build]
93
- # Only for pushes to default branch
94
- if : ${{ github.event_name == 'push' && github.ref_name == 'master ' }}
91
+ # Only for pushes to 3.x branch
92
+ if : ${{ github.event_name == 'push' && github.ref_name == '3.x ' }}
95
93
uses : ./.github/workflows/trigger_dep_builds_v3.yml
96
94
secrets :
97
95
token : ${{ secrets.REPO_DISPATCH }}
You can’t perform that action at this time.
0 commit comments