Skip to content

Commit 3b084f2

Browse files
committed
chore(ci): add pre-release branches to semantic-release action
1 parent 20de167 commit 3b084f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
branches:
9-
- main
7+
- alpha
8+
- beta
9+
- next
10+
- "*.x"
1011

1112
defaults:
1213
run:

0 commit comments

Comments
 (0)