Skip to content

Commit 3749cbd

Browse files
authored
Merge pull request #135 from Open-MBEE/develop
v0.1.1-pre.1
2 parents 22ef546 + 83ed3cf commit 3749cbd

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)