Skip to content

Commit 347b7ec

Browse files
committed
ci: rename v5.0 branch to release-v*
1 parent 85909a9 commit 347b7ec

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, v5.0]
5+
branches:
6+
- main
7+
- release-v*
68
pull_request:
7-
branches: [main, v5.0]
9+
branches:
10+
- main
11+
- release-v*
812

913
jobs:
1014
build-examples:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- v5.0
7+
- release-v*
88
paths:
99
- '.changeset/**'
1010
- '.github/workflows/release.yml'

.github/workflows/verify-changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [opened, synchronize, reopened, labeled, unlabeled]
1010
branches:
1111
- main
12-
- v5.0
12+
- release-v*
1313
paths:
1414
- '.changeset/*.md'
1515

0 commit comments

Comments
 (0)