From 563c420d862020b6226a68ccfcb767ccd1577ccc Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Tue, 5 May 2026 22:46:39 +0800 Subject: [PATCH] ci: add workflow_dispatch trigger to CI workflow Allows manual re-runs when GitHub-hosted runners are unresponsive. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4212699..8691457c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + workflow_dispatch: push: branches: [main] paths-ignore: