Add the release branch regex to the second pipeline

This commit is contained in:
Arik Fraimovich
2018-09-24 12:39:28 +03:00
parent c91b73d9e3
commit d6ba42613b

View File

@@ -115,7 +115,7 @@ workflows:
branches:
only:
- master
- release/.*
- /release\/.*/
- build-docker-image:
requires:
- unit-tests