Skip to content

Commit

Permalink
Removing self-reference branch filter for mergability
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson authored Oct 23, 2023
1 parent 0eef1ca commit 437f893
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/deployment/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
branches:
only:
- develop
- debug/develop-deployment-failures
- enable-versioning:
requires:
- deploy-infrastructure-develop
Expand All @@ -47,15 +46,13 @@
branches:
only:
- develop
- debug/develop-deployment-failures
- deploy-develop:
requires:
- deploy-infrastructure-develop
filters:
branches:
only:
- develop
- debug/develop-deployment-failures
- test-deployment-e2e:
requires:
- deploy-develop
Expand Down

0 comments on commit 437f893

Please sign in to comment.