feat: add workflow_dispatch to CI and release workflows #20
Reference in New Issue
Block a user
Delete Branch "feat/add-workflow-dispatch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
workflow_dispatchtrigger to the CI workflow (.github/workflows/ci.yaml) so it can be manually triggered from the GitHub Actions UI.workflow_dispatchconfigured, so no changes were needed there.Why
Manual triggering is useful for debugging CI issues, re-running checks without pushing a commit, and validating workflow changes.
Test plan
🤖 Generated with Claude Code
Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.