File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CIFuzz
22on :
33 pull_request :
4- branches : # Only works for 2.x, due package renaming in 3.0 (master)
5- - " 2.18 "
4+ branches : # Only works for 2.x, due package renaming in 3.0
5+ - " 2.19 "
66permissions :
77 contents : read
88concurrency :
Original file line number Diff line number Diff line change @@ -2,16 +2,14 @@ name: Build and Deploy Snapshot
22on :
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"
9189 trigger-dep-builds-v3 :
9290 name : Trigger downstream builds for v3
9391 needs : [build]
94- # Only for pushes to master (v3) branch
95- if : ${{ github.event_name == 'push' && github.ref_name == 'master ' }}
92+ # Only for pushes to 3.x branch
93+ if : ${{ github.event_name == 'push' && github.ref_name == '3.x ' }}
9694 uses : ./.github/workflows/trigger_dep_builds_v3.yml
9795 secrets :
9896 token : ${{ secrets.REPO_DISPATCH }}
You can’t perform that action at this time.
0 commit comments