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 8519cf4 commit f3a0459Copy full SHA for f3a0459
.github/workflows/workflow.yml
@@ -3,11 +3,11 @@ on:
3
push:
4
branches:
5
- master
6
- - 6.x.x
+ - 6.x.x-beta
7
pull_request:
8
9
10
11
jobs:
12
workflow:
13
runs-on: ubuntu-latest
package.json
@@ -41,9 +41,9 @@
41
"branches": [
42
"master",
43
{
44
- "name": "6.x.x",
+ "name": "6.x.x-beta",
45
"prerelease": true,
46
- "channel": "rc"
+ "channel": "beta"
47
}
48
],
49
"dryRun": true,
0 commit comments