From 5cb4656d09aac2ea2be1f99bd6fd839b31b72923 Mon Sep 17 00:00:00 2001 From: Caesar Bell Date: Thu, 2 May 2024 15:24:23 -0400 Subject: [PATCH] :wrench: DOP-4497 removed the branch name from the deployed feature branch --- .github/workflows/deploy-feature-branch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-feature-branch.yml b/.github/workflows/deploy-feature-branch.yml index cae9f36da..57e992671 100644 --- a/.github/workflows/deploy-feature-branch.yml +++ b/.github/workflows/deploy-feature-branch.yml @@ -2,7 +2,6 @@ on: pull_request: branches: - main - - DOP-4497 types: - opened - reopened