We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4b55a commit 1f0af8cCopy full SHA for 1f0af8c
.github/workflows/workflow.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
- - polls
+ - v7
7
pull_request:
8
9
package.json
@@ -50,9 +50,9 @@
50
"branches": [
51
"master",
52
{
53
- "name": "polls",
54
- "prerelease": "beta",
55
- "channel": "beta"
+ "name": "v7",
+ "prerelease": "rc",
+ "channel": "rc"
56
}
57
],
58
"dryRun": false,
0 commit comments