From a2861d7f3867f12ed6c7ce4824f894eee3f2804e Mon Sep 17 00:00:00 2001 From: thom2305 <102167733+thom2305@users.noreply.github.com> Date: Fri, 25 Apr 2025 17:48:06 -0400 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 730c96a..bcaade9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,6 +8,12 @@ on: branches: [ "master" ] pull_request: branches: [ "master" ] + workflow_dispatch: + inputs: + optional_input: + description: 'Only run when needed' + required: false + default: '' jobs: