Skip to content

Commit b01acc1

Browse files
committed
Update branch name to next-11
1 parent 66de88d commit b01acc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [canary, v11-patch]
3+
branches: [canary, next-11]
44
tags: [v*]
55
pull_request:
66
types: [opened, synchronize]

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"allowBranch": [
1414
"master",
1515
"canary",
16-
"v11-patch"
16+
"next-11"
1717
],
1818
"registry": "https://registry.npmjs.org/"
1919
}

0 commit comments

Comments
 (0)