Skip to content

Commit

Permalink
Merge pull request #14 from Open-MBEE/release/0.1.1-pre.1
Browse files Browse the repository at this point in the history
Release/0.1.1 pre.1
  • Loading branch information
blake-regalia authored Nov 9, 2023
2 parents b4c1e89 + 22fedf1 commit 18c1a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,23 @@ workflows:
- build_and_test:
filters:
tags:
only: /[0-9.]+(-(a|b|rc)[0-9]+)?/
only: /v[0-9.]+(-[\w-]+(\.[0-9]+)?)?/
context:
- DockerHub
- deploy_snapshot:
requires:
- build_and_test
filters:
branches:
only: /((release|hotfix|support)/[0-9.]+(-(a|b|rc)[0-9]+)?|develop)/
only: /((release|hotfix|support)/[0-9.]+(-[\w-]+(\.[0-9]+)?)?|develop)/
context:
- DockerHub
- deploy_release:
requires:
- build_and_test
filters:
tags:
only: /[0-9.]+(-(a|b|rc)[0-9]+)?/
only: /v[0-9.]+(-[\w-]+(\.[0-9]+)?)?/
branches:
ignore: /.*/
context:
Expand Down

0 comments on commit 18c1a81

Please sign in to comment.