File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ workflows:
140140 - generate_schema
141141 filters :
142142 tags :
143- only : /[0-9.]+(-(a|b|rc) [0-9]+)?/
143+ only : /v [0-9.]+(-[\w-]+(\. [0-9]+)? )?/
144144 branches :
145145 ignore : /(^wip\/.*)/
146146 context :
@@ -150,11 +150,7 @@ workflows:
150150 - build_and_test
151151 filters :
152152 branches :
153- only :
154- - release
155- - develop
156- - hotfix
157- - support
153+ only : /((release|hotfix|support)/[0-9.]+(-[\w-]+(\.[0-9]+)?)?|develop)/
158154 context :
159155 - DockerHub
160156 - deploy_nightly :
@@ -168,8 +164,8 @@ workflows:
168164 - build_and_test
169165 filters :
170166 tags :
171- only : /[0-9.]+(-(a|b|rc) [0-9]+)?/
167+ only : /v [0-9.]+(-[\w-]+(\. [0-9]+)? )?/
172168 branches :
173169 ignore : /.*/
174170 context :
175- - DockerHub
171+ - DockerHub
You can’t perform that action at this time.
0 commit comments