Skip to content

Commit 70f93bf

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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)