From 8b8b047de7fbfd09fd5802172e0e43c41ee7d623 Mon Sep 17 00:00:00 2001 From: leftibot Date: Sat, 11 Apr 2026 12:52:35 -0600 Subject: [PATCH] Address review: add workflow_dispatch to enable manual CI runs on fork Add workflow_dispatch trigger so the workflow can be manually run on the leftibot fork to verify that GitHub Actions are working correctly. Requested by @lefticus in PR #658 review. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 054b864d..6bb834e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: [develop, main] pull_request: branches: [develop, main] + workflow_dispatch: jobs: linux: