Skip to content

Commit f569b20

Browse files
committed
🐛 fix: 允许几类主要分支部署
1 parent 047a23f commit f569b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches:
55
- master
66
- next
7+
- beta
8+
- alpha
9+
- 1.x
10+
- 2.x
711

812
jobs:
913
release:

0 commit comments

Comments
 (0)