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

Commit

Permalink
[ci] Remove master condition (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored and mergify[bot] committed Sep 23, 2019
1 parent 7b2a47f commit 0b83409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
- test
# Deploy stage on runs on a valid semver tag
- name: deploy
if: branch = master AND tag =~ /^\d+\.\d+\.\d+.*$/
if: tag =~ /^\d+\.\d+\.\d+.*$/

env:
global:
Expand Down

0 comments on commit 0b83409

Please sign in to comment.