From 9c2d66496cf26aa90744b98c8de95fbf63975bfa Mon Sep 17 00:00:00 2001 From: LilliaElaine <7863608+LilliaElaine@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:35:18 -0400 Subject: [PATCH] add manual run of workflow --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 77a98a5..5251411 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,6 +4,8 @@ name: build on: + workflow_dispatch: + branches: ["main"] push: branches: ["main"] pull_request: @@ -28,5 +30,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 + if: github.ref_type == 'tag' with: files: go-bsb-cams