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 842700b commit 125255cCopy full SHA for 125255c
.github/workflows/release.yml
@@ -5,7 +5,7 @@ name: Release
5
6
on:
7
push:
8
- branches: [ "master" ]
+ branches: [ "master", "main", "next", "next-major", "beta", "alpha" ]
9
10
jobs:
11
release:
0 commit comments