Skip to content

Commit 0561d4b

Browse files
committed
Deploy to GitHub pages from all master branches
1 parent 34e63db commit 0561d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
on:
4848
tags: true
4949
- stage: deploy
50-
if: type = push AND tag IS present
50+
if: branch = master
5151
name: Deploy to GitHub Pages
5252
node_js: lts/*
5353
script:
@@ -61,4 +61,4 @@ jobs:
6161
local_dir: demo/build
6262
github_token: $GITHUB_TOKEN
6363
on:
64-
tags: true
64+
branch: master

0 commit comments

Comments
 (0)