Skip to content

Commit 666ee4f

Browse files
author
Sergei Orlov
authored
Merge pull request #3 from Raini-js/dev
Merge dev to master
2 parents 4020ed7 + a62de28 commit 666ee4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313
- name: versioning
1414
if: branch = master AND type = push
1515
- name: publish
16-
if: tag IS present AND tag =~ ^v AND type != push
16+
if: tag IS present AND tag =~ ^v
1717

1818
jobs:
1919
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @raini/switch
22

33
[![Build Status](https://travis-ci.org/Raini-js/switch.svg?branch=master)](https://travis-ci.org/Raini-js/switch)
4-
[![codecov](https://codecov.io/gh/raini/switch/branch/master/graph/badge.svg)](https://codecov.io/gh/raini/switch)
4+
[![codecov](https://codecov.io/gh/Raini-js/switch/branch/master/graph/badge.svg)](https://codecov.io/gh/Raini-js/switch)
55
[![npm](https://img.shields.io/npm/dt/@raini/switch.svg)](https://www.npmjs.com/package/@raini/switch)
66
[![npm](https://img.shields.io/npm/v/@raini/switch.svg)](https://www.npmjs.com/package/@raini/switch)
77
[![licence: MIT](https://img.shields.io/npm/l/@raini/switch.svg)](https://github.com/raini/switch)

0 commit comments

Comments
 (0)