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