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

Commit

Permalink
Try to fix tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
root670 committed May 18, 2019
1 parent 33f3163 commit 67b7db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ script:
branches:
only:
- master
- /^v.*$/

deploy:
provider: releases
Expand Down

1 comment on commit 67b7db6

@root670
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix allows tagged branches with the format v[anything] to trigger a build with Travis. See this comment.

Please sign in to comment.