Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit aa5ce85

Browse files
committed
chore(ci): allow publishing alpha and beta versions
1 parent 0e845b3 commit aa5ce85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Release
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, alpha, beta ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, alpha, beta ]
88

99
jobs:
1010
release:

0 commit comments

Comments
 (0)