Skip to content

Commit

Permalink
Don't build backport branches (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjulian authored Jun 28, 2020
1 parent c9b33f6 commit 1a13c3f
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 @@ -139,5 +139,5 @@ git:
branches:
only:
- master
- /release-.*/
- /^release-.*/
- /^v([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.([0-9]*))*((a|b|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?$/ # regex for release tags

0 comments on commit 1a13c3f

Please sign in to comment.