mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
Adding tag to manual dispatch of workflow
This commit is contained in:
3
.github/workflows/autodeploy.yml
vendored
3
.github/workflows/autodeploy.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user