You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Merge #1250
1250: Allow build of tagged versions and pre-releases r=mergify[bot] a=micw ## What type of PR? enhancement ## What does this PR do? - Enable travis builds for version tags in the format 1.7.1 (for 1.5.x, 1.6.x and 1.7.x) - Enable travis builds for version tags in the format 1.8-pre1 ### Related issue(s) - #1182 - closes #1245 ## Prerequistes None, it just enables the builds, no code/feature changed yet. Co-authored-by: Michael Wyraz <michael@wyraz.de>
This commit is contained in:
@@ -6,6 +6,10 @@ branches:
|
||||
- '1.6'
|
||||
- '1.7'
|
||||
- master
|
||||
# version tags, e.g. 1.7.1
|
||||
- /^1\.[567]\.\d+$/
|
||||
# pre-releases, e.g. 1.8-pre1
|
||||
- /^1\.8-pre\d+$/
|
||||
|
||||
sudo: required
|
||||
services: docker
|
||||
|
Reference in New Issue
Block a user