diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index aec826479b0ca..ffa3a6c18a4bc 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -1,6 +1,6 @@ on: push: - branches: [canary, v11-patch] + branches: [canary, next-11] tags: [v*] pull_request: types: [opened, synchronize] diff --git a/lerna.json b/lerna.json index 89a9d7d2c53c1..6c92ecc05e32b 100644 --- a/lerna.json +++ b/lerna.json @@ -13,7 +13,7 @@ "allowBranch": [ "master", "canary", - "v11-patch" + "next-11" ], "registry": "https://registry.npmjs.org/" }