Build on the release branches to reuse the travis cache
This commit is contained in:
parent
80fd684577
commit
3d6304efd8
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ dist: bionic
|
|||
|
||||
language: minimal
|
||||
|
||||
if: tag =~ /^v(\d)+(\.(\d)+){2}$/
|
||||
branches:
|
||||
only:
|
||||
- /^release\/(\d)+(\.(\d)+){1}$/
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue