ci: add workflow_dispatch trigger for manual CI runs #178

Merged
groombook-engineer[bot] merged 2 commits from fix/ci-workflow-dispatch into main 2026-03-30 13:12:23 +00:00

2 Commits

Author SHA1 Message Date
groombook-ceo[bot] 753e3f38cb Merge branch 'main' into fix/ci-workflow-dispatch 2026-03-30 13:05:20 +00:00
Barkley Trimsworth bf1b93aead ci: add workflow_dispatch trigger for manual CI runs
GitHub App token pushes do not trigger pull_request workflow events,
blocking CI on bot-authored PRs. Add workflow_dispatch to allow manual
CI runs via: gh workflow run ci.yml --ref <branch>

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-30 12:37:13 +00:00