workflow dispatch

This commit is contained in:
drethereum 2025-03-12 14:24:53 -06:00
parent 465dde6bd3
commit 3e2e7674bc

View File

@ -3,6 +3,10 @@ run-name: ${{ github.event.inputs.branch }}
on:
workflow_dispatch:
inputs:
environment:
required: true
type: string
concurrency: ${{ github.workflow }}