From 7a8f9836ca3c0541560c01ec3247241643a38e0f Mon Sep 17 00:00:00 2001 From: "Gabe@w7dev" Date: Mon, 26 Jan 2026 09:08:46 +0000 Subject: [PATCH] ci: add workflow_dispatch trigger to CI workflow Enables manual CI runs for release-please PRs that don't automatically trigger CI (only modify CHANGELOG.md). Co-Authored-By: Claude Opus 4.5 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9347a6d1..79d2c9ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: [main, dev] pull_request: branches: [main, dev] + workflow_dispatch: # Allow manual trigger for release-please PRs # Cancel in-progress runs on same branch concurrency: