Skip to content

Commit

Permalink
releasing only when a tag is present
Browse files Browse the repository at this point in the history
  • Loading branch information
bilal-fazlani committed Dec 20, 2018
1 parent eac57ce commit 7d47b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_install:
stages:
- name: test
- name: release
if: branch = master AND type = push AND tag IS present
if: tag IS present

jobs:
include:
Expand Down

0 comments on commit 7d47b85

Please sign in to comment.