Skip to content

Commit

Permalink
Update branch filter to main
Browse files Browse the repository at this point in the history
  • Loading branch information
faergestad committed Sep 6, 2024
1 parent 0572848 commit 33cdfd7
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 @@ -99,7 +99,7 @@ workflows:
filters:
branches:
only:
- migrate-to-common-services
- main

- upload-terraform-artifacts:
context:
Expand All @@ -108,7 +108,7 @@ workflows:
- build-and-push-docker
filters:
branches:
only: migrate-to-common-services
only: main

- deployment/trigger-deployment:
context:
Expand All @@ -118,4 +118,4 @@ workflows:
- build-and-push-docker
filters:
branches:
only: migrate-to-common-services
only: main

0 comments on commit 33cdfd7

Please sign in to comment.