feat: add workflow_dispatch to CI workflow

Enable manual triggering of the CI workflow via GitHub Actions UI.
The release workflow already supports workflow_dispatch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hugh-hackman[bot]
2026-03-08 03:24:42 +00:00
parent e800adfc19
commit 5961d32fc7
+1
View File
@@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
workflow_call:
jobs: