From e73786985d17965c52e9ef9020d3a0f4362755f6 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 10 Aug 2026 13:07:36 +0000 Subject: [PATCH] ci: add workflow_dispatch trigger (enables manual Run Workflow button in Actions UI) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dc1d71..da0774a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: ["main", "master", "sales"] pull_request: + workflow_dispatch: jobs: test: