Skip to content

Commit c4bf823

Browse files
author
Sergei Orlov
committed
ci(travis): only run cover and versioning on push to branch
1 parent 6f1fec2 commit c4bf823

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ cache:
99
stages:
1010
- check
1111
- name: cover
12-
if: branch = master AND type != push
12+
if: branch = master AND type = push
1313
- name: versioning
14-
if: branch = master AND type != push
14+
if: branch = master AND type = push
1515
- name: publish
1616
if: tag IS present AND tag =~ ^v AND type != push
1717

0 commit comments

Comments
 (0)