Skip to content

Commit 62c2f3c

Browse files
authored
fix: add missing branches to action release (#425)
1 parent 2aec895 commit 62c2f3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- next
8+
- next-major
9+
- next-minor
10+
- alpha
11+
- beta
712

813
jobs:
914
release:

0 commit comments

Comments
 (0)