Skip to content

Commit a7bfddc

Browse files
committed
ci: add workflow_dispatch trigger to CI workflow
Lets contributors manually run CI against a branch on their own fork before opening a PR, without needing to open a draft PR or push an empty commit just to get a CI run. Fixes modelcontextprotocol#1116 Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
1 parent b31841e commit a7bfddc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI
22

33
on:
44
pull_request: {}
5+
workflow_dispatch: {}
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)