Skip to content

Commit 0d417c5

Browse files
author
Paul Gebheim
committed
Try another way of seeing if we're in a PR
1 parent c1daa93 commit 0d417c5

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
@@ -48,7 +48,7 @@ stages:
4848
- build
4949
- test
5050
- name: deploy
51-
if: (branch = master or tag =~ ^v\d+\.\d+\.\d+(-\d+)?$) and type = push
51+
if: (branch = master or tag =~ ^v\d+\.\d+\.\d+(-\d+)?$) and head_branch is blank
5252
git:
5353
depth: 5
5454
branches:

0 commit comments

Comments
 (0)