From 4e66a4b7cc761a29b9f9d78cf2eedeb1ddde78c6 Mon Sep 17 00:00:00 2001 From: "hugh-hackman[bot]" <266376744+hugh-hackman[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 11:16:32 +0000 Subject: [PATCH] Merge PR #20 Enable manual triggering of the CI workflow via GitHub Actions UI. The release workflow already supports workflow_dispatch. Co-authored-by: hugh-hackman[bot] Co-authored-by: Claude Opus 4.6 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a7f700..899f2b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,7 @@ on: branches: [main] pull_request: branches: [main] + workflow_dispatch: workflow_call: jobs: