feat(ci): add manual workflow dispatch

Enable manual triggering of the CI workflow via GitHub's workflow_dispatch event, allowing users to run tests on demand without a push or pull request.

lemon-mint committed Nov 5, 2025 at 09:30 UTC 0cc0d0896177011dd52a421eb4c6e27138c77bb3
1 file changed +1
.github/workflows/ci.yml
+1
@@ -5,6 +5,7 @@ on:
5 branches: [ main ]
6 push:
7 branches: "*"
8 + workflow_dispatch:
9
10 jobs:
11 test: