From 92442f486ec1a8fec44727573bebb1fe20101148 Mon Sep 17 00:00:00 2001 From: Alex Urbina Date: Tue, 12 Dec 2023 16:51:08 -0600 Subject: [PATCH] DEVOPS-1683 REFACTOR: default branch name in deploy-non-prod-web.yml --- .github/workflows/deploy-non-prod-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index 3b17cdff3a8..4d5f0812d78 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -15,10 +15,10 @@ on: - USPROD - EUPROD tag: - description: "Branch name to deploy (examples: 'master', 'feature/sm')" + description: "Branch name to deploy (examples: 'main', 'feature/sm')" required: true type: string - default: master + default: main workflow_call: inputs: