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

Commit

Permalink
dist: don't check branch for travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ottosuess committed Nov 7, 2019
1 parent 71b5f4c commit 25a8d65
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 @@ -23,7 +23,7 @@ install:
stages:
- test
- name: deploy
if: branch = master AND tag ~= ^v.*
if: tag ~= ^v.*
jobs:
include:
- stage: test
Expand Down

0 comments on commit 25a8d65

Please sign in to comment.