Skip to content

Commit 7bb2522

Browse files
committed
docs: add branches alpha and beta
1 parent 343f858 commit 7bb2522

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
- beta
8+
- alpha
79
paths:
810
- 'docs/**'
911

@@ -12,7 +14,7 @@ jobs:
1214
name: Build and deploy
1315
runs-on: ubuntu-latest
1416
steps:
15-
- uses: actions/checkout@master
17+
- uses: actions/checkout@v2
1618
- uses: actions/setup-node@v1
1719
with:
1820
node-version: '14.x'

0 commit comments

Comments
 (0)