feat: add workflow_dispatch to CI workflow #7

Merged
ghost merged 1 commits from feat/add-workflow-dispatch into main 2026-03-08 11:16:31 +00:00
ghost commented 2026-03-08 03:25:35 +00:00 (Migrated from github.com)

Summary

  • Adds workflow_dispatch: trigger to .github/workflows/ci.yaml so the CI workflow can be run manually from the GitHub Actions UI.
  • release.yaml already has workflow_dispatch configured.

Test plan

  • Verify the CI workflow appears with a "Run workflow" button in the Actions tab.
## Summary - Adds `workflow_dispatch:` trigger to `.github/workflows/ci.yaml` so the CI workflow can be run manually from the GitHub Actions UI. - `release.yaml` already has `workflow_dispatch` configured. ## Test plan - [ ] Verify the CI workflow appears with a "Run workflow" button in the Actions tab.
Sign in to join this conversation.