From 60cfeb7e3aefd03e5a004c66424e7d34140f17c4 Mon Sep 17 00:00:00 2001 From: kalvinparker <106995826+kalvinparker@users.noreply.github.com> Date: Fri, 5 Dec 2025 05:59:17 +0000 Subject: [PATCH] ci: add workflow_dispatch for manual runs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fee4b6de..58426d4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: [ main, master ] schedule: - cron: '0 4 * * *' + workflow_dispatch: permissions: contents: read