Skip to content

Commit 70f93bf

Browse files
committedOct 18, 2023
update ci config
1 parent 7db2ce3 commit 70f93bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.github/workflows/build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-and-deploy
22

33
on:
44
push:
5-
branches: ['canary']
5+
branches: [canary, next-13]
66
workflow_dispatch:
77

88
env:

‎lerna.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"publish": {
1212
"npmClient": "npm",
1313
"allowBranch": [
14-
"canary"
14+
"canary",
15+
"next-13"
1516
],
1617
"registry": "https://registry.npmjs.org/"
1718
}

0 commit comments

Comments
 (0)
Please sign in to comment.