File tree 2 files changed +6
-8
lines changed 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : CIFuzz
2
2
on :
3
3
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 "
6
6
permissions :
7
7
contents : read
8
8
concurrency :
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"
91
89
trigger-dep-builds-v3 :
92
90
name : Trigger downstream builds for v3
93
91
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 ' }}
96
94
uses : ./.github/workflows/trigger_dep_builds_v3.yml
97
95
secrets :
98
96
token : ${{ secrets.REPO_DISPATCH }}
You can’t perform that action at this time.
0 commit comments