Skip to content

Commit

Permalink
Update branch name to next-11
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 4, 2021
1 parent 66de88d commit b01acc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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]
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -13,7 +13,7 @@
"allowBranch": [
"master",
"canary",
"v11-patch"
"next-11"
],
"registry": "https://registry.npmjs.org/"
}
Expand Down

0 comments on commit b01acc1

Please sign in to comment.