Skip to content

Commit 9c04d5d

Browse files
committed
revert travis type push condition
1 parent 5768eae commit 9c04d5d

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
@@ -10,7 +10,7 @@ before_install:
1010
stages:
1111
- name: test
1212
- name: release
13-
if: ((branch = master) OR (tag IS present)) AND NOT fork
13+
if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
1414

1515
jobs:
1616
include:

0 commit comments

Comments
 (0)