Skip to content

Commit

Permalink
docs: add branches alpha and beta
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 23, 2021
1 parent 343f858 commit 7bb2522
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
- beta
- alpha
paths:
- 'docs/**'

Expand All @@ -12,7 +14,7 @@ jobs:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
Expand Down

0 comments on commit 7bb2522

Please sign in to comment.