Skip to content

Commit 29a731c

Browse files
committed
Start "master"->"3.x" renaming (JSTEP-12)
1 parent e1c99c5 commit 29a731c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/cifuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CIFuzz
22
on:
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"
66
permissions:
77
contents: read
88
concurrency:

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: Build and Deploy Snapshot
22
on:
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"
@@ -91,8 +89,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)