diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index 1933a2e9..977f13f1 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -5,6 +5,9 @@ name: Auto-Deploy # Controls when the action will run. Workflow runs when the alpha branch receives a push event on: workflow_dispatch: + inputs: + tags: + description: "Manually Run Workflow" push: branches: - alpha