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 366aebf commit aab7f2bCopy full SHA for aab7f2b
.github/workflows/workflow.yml
@@ -3,13 +3,11 @@ on:
3
push:
4
branches:
5
- master
6
- - angular-19
7
- - test-update
8
- - fix-voice-recording
+ - 6.x.x
9
pull_request:
10
11
12
- - 5.x.x-beta
13
jobs:
14
workflow:
15
runs-on: ubuntu-latest
package.json
@@ -41,19 +41,9 @@
41
"branches": [
42
"master",
43
{
44
- "name": "test-update",
+ "name": "6.x.x",
45
"prerelease": true,
46
- "channel": "beta"
47
- },
48
- {
49
- "name": "fix-voice-recording",
50
- "prerelease": true,
51
52
53
54
- "name": "5.x.x-beta",
55
56
+ "channel": "rc"
57
}
58
],
59
"dryRun": false,
0 commit comments