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 74be6f9 commit 15000ffCopy full SHA for 15000ff
.github/workflows/release.yml
@@ -3,11 +3,6 @@ on:
3
push:
4
branches:
5
- 'master'
6
- - 'beta'
7
- - 'alpha'
8
- - 'canary-*'
9
- - 'rc'
10
- pull_request: {}
11
12
# Cancel any previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)
13
concurrency:
.releaserc.json
@@ -1,9 +1,3 @@
1
{
2
- "branches": [
- "master",
- { "name": "alpha", "prerelease": true },
- { "name": "beta", "prerelease": true },
- { "name": "rc", "prerelease": true },
- { "name": "canary-*", "prerelease": true, "channel": "canary" }
- ]
+ "branches": ["master"]
}
0 commit comments