Skip to content

Commit

Permalink
Fix regression that caused it to not pick up tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
collin80 committed Aug 9, 2019
1 parent 2d3a307 commit 305dafd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ matrix:
draft: false

branches:
only:
- master
- WIP
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/

0 comments on commit 305dafd

Please sign in to comment.