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: