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 9f1ee3b commit 1b240c6Copy full SHA for 1b240c6
.github/workflows/release.yml
@@ -3,7 +3,11 @@ name: Publish
3
on:
4
push:
5
branches:
6
+ - "+([1-9])?(.{+([1-9]),x}).x"
7
- main
8
+ - next
9
+ - alpha
10
+ - beta
11
12
jobs:
13
tests:
.releaserc.yaml
@@ -1,4 +1,12 @@
1
branch: main
2
+branches:
+ - main
+ - name: alpha
+ prerelease: true
+ - name: beta
ci: false
dryRun: false
debug: false
0 commit comments