From 9b8ee2aaab5dfe96a6ced895f7c3233dffb59d52 Mon Sep 17 00:00:00 2001 From: raghul-velt Date: Mon, 29 Jun 2026 12:05:17 +0530 Subject: [PATCH] ci: allow manual build runs via workflow_dispatch Add a workflow_dispatch trigger to the CI build workflow so builds can be launched manually from the GitHub Actions tab, matching the manual trigger support already present in deploy-one.yml and update-velt-versions.yml. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aeda20e..60ea6a8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + workflow_dispatch: push: branches: [ main, master ] paths-ignore: