From 70f93bfe748ccc0cc8dbbc441b699d65d5844fb6 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Wed, 18 Oct 2023 15:40:28 -0700 Subject: [PATCH] update ci config --- .github/workflows/build_and_deploy.yml | 2 +- lerna.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 0547c39f95d7f..80a48b3654091 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -2,7 +2,7 @@ name: build-and-deploy on: push: - branches: ['canary'] + branches: [canary, next-13] workflow_dispatch: env: diff --git a/lerna.json b/lerna.json index 9d87d813db8c9..682d267cbec16 100644 --- a/lerna.json +++ b/lerna.json @@ -11,7 +11,8 @@ "publish": { "npmClient": "npm", "allowBranch": [ - "canary" + "canary", + "next-13" ], "registry": "https://registry.npmjs.org/" }