From 110ae6d8fc91b33bbcafea31a560486649d5cfcd Mon Sep 17 00:00:00 2001 From: Alex Urbina <42731074+urbinaalex17@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:26:04 -0600 Subject: [PATCH] Update .github/workflows/deploy-non-prod-web.yml Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com> --- .github/workflows/deploy-non-prod-web.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index d0e79b4ee29..ff002648eea 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -26,6 +26,10 @@ on: description: 'Environment' default: 'USQA' type: string + tag: + description: "Branch name to deploy (examples: 'main', 'feature/sm')" + type: string + default: main permissions: deployments: write