From f530620eff26f3b41da4b39cf1644fd2b2077a81 Mon Sep 17 00:00:00 2001 From: "Ethan P." Date: Sat, 24 Aug 2024 15:50:20 -0700 Subject: [PATCH] ci: Allow triggering Go workflow manually External contributors don't do development on the main or develop branch, but may still need to see the CI results. This lets them do `gh workflow run Go --repo=/copy` on their own branches. --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a6b05d2..39f75cd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,7 @@ on: branches: [ main, develop ] pull_request: branches: [ main, develop ] + workflow_dispatch: jobs: