Skip to content

Commit 799be88

Browse files
committed
Don't create deploy job for PRs
1 parent 25530a9 commit 799be88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
on:
4848
tags: true
4949
- stage: deploy
50-
if: branch = master
50+
if: type = push AND branch = master
5151
name: Deploy to GitHub Pages
5252
node_js: lts/*
5353
script:

0 commit comments

Comments
 (0)