Skip to content

Commit 4020ed7

Browse files
author
Sergei Orlov
authored
Merge pull request #2 from Raini-js/dev
ci(travis): only run cover and versioning on push to branch
2 parents c7895b9 + c4bf823 commit 4020ed7

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)