Skip to content

Commit 53d826f

Browse files
authored
chore: configure v8 branch for maintenance (#1896)
1 parent d8329c7 commit 53d826f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches:
88
- main
9-
- next
9+
- v8
1010

1111
permissions:
1212
contents: read
@@ -129,7 +129,7 @@ jobs:
129129
publish:
130130
needs: [initialize, lint, test]
131131
runs-on: ubuntu-latest
132-
if: contains(needs.initialize.outputs.teams, 'Maintainers') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
132+
if: contains(needs.initialize.outputs.teams, 'Maintainers') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v8')
133133
steps:
134134
- uses: actions/checkout@v4
135135
with:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"registry": "https://registry.npmjs.org/"
2626
},
2727
"version": {
28-
"allowBranch": "main",
28+
"allowBranch": "v8",
2929
"message": "chore(release): publish",
3030
"preid": "next"
3131
}

0 commit comments

Comments
 (0)