From 539427ccec9b37663a924a6557fc29ea5fe16cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lange?= Date: Tue, 14 Apr 2026 04:03:01 +0200 Subject: [PATCH] ci: add workflow_dispatch trigger to ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows manual CI runs on any branch — needed for release-please PRs that are created before ci.yml existed and have no push event. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6263ebd..cd6b176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: [main] pull_request: branches: [main] + workflow_dispatch: jobs: # ── Shell: ShellCheck ────────────────────────────────────────────────────────