Skip to content

Commit 9674df1

Browse files
committed
Attempt to fix Travis release step
1 parent 0395c12 commit 9674df1

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

1616
jobs:
1717
include:

0 commit comments

Comments
 (0)