Skip to content

Commit 15000ff

Browse files
chore(CI): remove rc channel
1 parent 74be6f9 commit 15000ff

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ on:
33
push:
44
branches:
55
- 'master'
6-
- 'beta'
7-
- 'alpha'
8-
- 'canary-*'
9-
- 'rc'
10-
pull_request: {}
116

127
# Cancel any previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)
138
concurrency:

.releaserc.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
{
2-
"branches": [
3-
"master",
4-
{ "name": "alpha", "prerelease": true },
5-
{ "name": "beta", "prerelease": true },
6-
{ "name": "rc", "prerelease": true },
7-
{ "name": "canary-*", "prerelease": true, "channel": "canary" }
8-
]
2+
"branches": ["master"]
93
}

0 commit comments

Comments
 (0)