From 36e7f3a370c422977642aa50bc0ab12b4e96f131 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Sat, 24 Jan 2026 14:49:49 -0800 Subject: [PATCH] Fix CI to run on all PRs and add manual trigger Co-Authored-By: Claude Opus 4.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b73d6a8..f4f3117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main] + workflow_dispatch: jobs: test: