Skip to content

Commit

Permalink
adds quotes to wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Brigham committed Sep 5, 2024
1 parent f211f53 commit 0bba831
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 @@ -95,7 +95,7 @@ workflows:
branches:
only:
- main
- demo*
- "demo*"

- hmpps/deploy_env:
name: deploy_dev
Expand Down Expand Up @@ -145,7 +145,7 @@ workflows:
filters:
branches:
only:
-demo*
- "demo*"

- hmpps/deploy_env:
name: deploy_demo_preview
Expand All @@ -156,7 +156,7 @@ workflows:
filters:
branches:
only:
-demo*
- "demo*"

- request-preprod-approval:
type: approval
Expand Down

0 comments on commit 0bba831

Please sign in to comment.