Skip to content

Commit 96ad359

Browse files
authored
chore(beta): add beta distribution channel (#470)
1 parent 4896cd8 commit 96ad359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- beta
78
pull_request:
89

910
jobs:
@@ -67,7 +68,7 @@ jobs:
6768
name: Release
6869
runs-on: ubuntu-latest
6970
needs: [lint, test]
70-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
71+
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta')
7172
steps:
7273
- uses: actions/checkout@v2
7374
with:

0 commit comments

Comments
 (0)