Skip to content

Commit 1552246

Browse files
committed
Fixed Travis issue with deploy stage in PRs
1 parent 9ee112a commit 1552246

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
@@ -220,4 +220,4 @@ after_success:
220220
stages:
221221
- name: test
222222
- name: deploy
223-
if: branch = master
223+
if: branch = master AND type = push

0 commit comments

Comments
 (0)