Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 0b83409

Browse files
Jake-Shadlemergify[bot]
authored andcommitted
[ci] Remove master condition (#44)
1 parent 7b2a47f commit 0b83409

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
@@ -4,7 +4,7 @@ stages:
44
- test
55
# Deploy stage on runs on a valid semver tag
66
- name: deploy
7-
if: branch = master AND tag =~ /^\d+\.\d+\.\d+.*$/
7+
if: tag =~ /^\d+\.\d+\.\d+.*$/
88

99
env:
1010
global:

0 commit comments

Comments
 (0)