Adding tag to manual dispatch of workflow

This commit is contained in:
Alex Williams
2024-06-06 22:01:25 +01:00
parent b86e90de4b
commit 5d41575e66

View File

@@ -5,6 +5,9 @@ name: Auto-Deploy
# Controls when the action will run. Workflow runs when the alpha branch receives a push event # Controls when the action will run. Workflow runs when the alpha branch receives a push event
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
tags:
description: "Manually Run Workflow"
push: push:
branches: branches:
- alpha - alpha