Merge pull request #555 from WebFreak001/fix-releases
Build tagged releases in CIs merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
21f273abfb
|
@ -17,6 +17,7 @@ env:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+\.\d+([+-]\S*)*$/
|
||||
|
||||
script: ./.travis.sh
|
||||
jobs:
|
||||
|
|
|
@ -24,6 +24,7 @@ skip_tags: false
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+\.\d+([+-]\S*)*$/
|
||||
|
||||
install:
|
||||
- ps: function ResolveLatestDMD
|
||||
|
|
Loading…
Reference in New Issue