From 05eda8e9bf4a789064df31feb0e4342eb9fb22ec Mon Sep 17 00:00:00 2001 From: Saurabh Shrihar <121215809+sshrihar@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:11:08 +0530 Subject: [PATCH] Update staging_deployment.yml --- .github/workflows/staging_deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging_deployment.yml b/.github/workflows/staging_deployment.yml index fcc62d0..1b8152d 100644 --- a/.github/workflows/staging_deployment.yml +++ b/.github/workflows/staging_deployment.yml @@ -1,7 +1,7 @@ name: static-staging on: push: - branches: ['DEVOPS-2599-static-staging-app-infra'] + branches: ['staging'] workflow_dispatch: env: AWS_REGION: eu-west-1 @@ -58,4 +58,4 @@ jobs: task-definition: ${{ steps.task-def.outputs.task-definition }} service: ${{ env.ECS_SERVICE }} cluster: ${{ env.ECS_CLUSTER }} - wait-for-service-stability: true \ No newline at end of file + wait-for-service-stability: true