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

Commit

Permalink
travis: try to fix release stage conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
costela committed Feb 5, 2019
1 parent e9ec6be commit 99691b0
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 @@ -29,7 +29,7 @@ stages:
- cache
- test
- name: release
if: (tag =~ ^v[0-9]) AND (branch = master)
if: tag =~ ^v[0-9]

jobs:
include:
Expand Down

0 comments on commit 99691b0

Please sign in to comment.