From 1be1b99c3e96e26eec8a47bad529af43d342590f Mon Sep 17 00:00:00 2001 From: matthewdias Date: Tue, 8 Sep 2026 22:05:27 -0500 Subject: [PATCH] Let CI be run by hand workflow_dispatch, so the checks can be re-run without an empty commit. Co-Authored-By: Claude Opus 5 (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 64d7bd5..f2e70b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: [main] pull_request: + workflow_dispatch: jobs: check: