We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66de88d commit b01acc1Copy full SHA for b01acc1
.github/workflows/build_test_deploy.yml
@@ -1,6 +1,6 @@
1
on:
2
push:
3
- branches: [canary, v11-patch]
+ branches: [canary, next-11]
4
tags: [v*]
5
pull_request:
6
types: [opened, synchronize]
lerna.json
@@ -13,7 +13,7 @@
13
"allowBranch": [
14
"master",
15
"canary",
16
- "v11-patch"
+ "next-11"
17
],
18
"registry": "https://registry.npmjs.org/"
19
}
0 commit comments