Skip to content

Commit

Permalink
Allow deploy from branch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidatkinsuk committed Sep 13, 2024
1 parent a743806 commit b1a9a77
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,13 @@ workflows:
- request-preprod-approval
- request-test-approval:
type: approval
filters:
branches:
only:
- feature/APS-1298-update-space-search-for-user-research
requires:
- deploy_dev
- helm_lint
- build_docker
- hmpps/deploy_env:
name: deploy_test
env: 'test'
Expand All @@ -269,10 +274,6 @@ workflows:
context:
- hmpps-common-vars
- hmpps-approved-premises-ui-stage
filters:
branches:
only:
- main
requires:
- helm_lint
- build_docker
Expand Down

0 comments on commit b1a9a77

Please sign in to comment.