Skip to content

Commit

Permalink
update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 18, 2023
1 parent 7db2ce3 commit 70f93bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-and-deploy

on:
push:
branches: ['canary']
branches: [canary, next-13]
workflow_dispatch:

env:
Expand Down
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"publish": {
"npmClient": "npm",
"allowBranch": [
"canary"
"canary",
"next-13"
],
"registry": "https://registry.npmjs.org/"
}
Expand Down

0 comments on commit 70f93bf

Please sign in to comment.