From 84a9db7636fd3cb56a493491dafaa076a5c5a8eb Mon Sep 17 00:00:00 2001 From: Chris C Date: Tue, 3 Feb 2026 10:20:24 -0700 Subject: [PATCH] Add workflow_dispatch trigger to CI configuration for manual deployment --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30cf3594..9de11ea9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: push: branches: - main + workflow_dispatch: permissions: contents: write jobs: