We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf6e36 commit d54ee80Copy full SHA for d54ee80
2 files changed
.github/workflows/workflow.yml
@@ -3,13 +3,11 @@ on:
3
push:
4
branches:
5
- master
6
- - beta
7
- - v5
+ - 5.x.x-beta
8
pull_request:
9
10
11
12
13
jobs:
14
workflow:
15
runs-on: ubuntu-latest
package.json
@@ -48,11 +48,7 @@
48
"branches": [
49
"master",
50
{
51
- "name": "beta",
52
- "prerelease": true
53
- },
54
- {
55
- "name": "v5",
+ "name": "5.x.x-beta",
56
"prerelease": true,
57
"channel": "beta"
58
}
0 commit comments