Skip to content

Commit

Permalink
Merge pull request #134 from Open-MBEE/fix/ci
Browse files Browse the repository at this point in the history
ci: fix ci
  • Loading branch information
dlamoris authored Nov 13, 2023
2 parents aca0091 + 0e720cd commit 83ed3cf
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ workflows:
- generate_schema
filters:
tags:
only: /[0-9.]+(-(a|b|rc)[0-9]+)?/
only: /v[0-9.]+(-[\w-]+(\.[0-9]+)?)?/
branches:
ignore: /(^wip\/.*)/
context:
Expand All @@ -150,11 +150,7 @@ workflows:
- build_and_test
filters:
branches:
only:
- release
- develop
- hotfix
- support
only: /((release|hotfix|support)/[0-9.]+(-[\w-]+(\.[0-9]+)?)?|develop)/
context:
- DockerHub
- deploy_nightly:
Expand All @@ -168,8 +164,8 @@ workflows:
- build_and_test
filters:
tags:
only: /[0-9.]+(-(a|b|rc)[0-9]+)?/
only: /v[0-9.]+(-[\w-]+(\.[0-9]+)?)?/
branches:
ignore: /.*/
context:
- DockerHub
- DockerHub

0 comments on commit 83ed3cf

Please sign in to comment.