Skip to content

Commit

Permalink
Merge pull request #496 from trade-tariff/hotfix/HOTT-1687-added-hotf…
Browse files Browse the repository at this point in the history
…ix-support

  Create release from Hotfix PRs
  • Loading branch information
jebw committed Jun 24, 2022
2 parents a316d61 + 7403521 commit 42c5ee7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Expand Up @@ -307,6 +307,7 @@ workflows:
branches:
ignore:
- main
- /^hotfix\/.+/
- /^dependabot\/.*/
requires:
- test
Expand All @@ -316,6 +317,7 @@ workflows:
branches:
ignore:
- main
- /^hotfix\/.+/
- /^dependabot\/.*/
requires:
- build_dev
Expand All @@ -326,6 +328,7 @@ workflows:
branches:
ignore:
- main
- /^hotfix\/.+/
- /^dependabot\/.*/
requires:
- deploy_dev
Expand All @@ -336,19 +339,22 @@ workflows:
branches:
only:
- main
- /^hotfix\/.+/
- deploy_main_to_staging:
context: trade-tariff
filters:
branches:
only:
- main
- /^hotfix\/.+/
requires:
- build_live
- smoketest_staging:
filters:
branches:
only:
- main
- /^hotfix\/.+/
requires:
- deploy_main_to_staging
- hold_create_release:
Expand All @@ -357,6 +363,7 @@ workflows:
branches:
only:
- main
- /^hotfix\/.+/
requires:
- deploy_main_to_staging
- tariff/create-production-release:
Expand All @@ -366,6 +373,7 @@ workflows:
branches:
only:
- main
- /^hotfix\/.+/
requires:
- hold_create_release
- deploy_release_to_staging:
Expand Down

0 comments on commit 42c5ee7

Please sign in to comment.