From 35939315cd693f6b2ba8d480b4d53f7dbdfdc418 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 1 Aug 2026 13:08:35 -0500 Subject: [PATCH] ci(workflows): allow manual CI runs - Restore workflow dispatch for manual validation on master.\n- Keep automatic CI limited to pull requests targeting master. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c43e661..6f56cefb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ on: - '**/LICENSE' - '**/reboot.sh' - '**/reset.sh' + workflow_dispatch: permissions: contents: read