FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: add workflow_dispatch trigger to CI workflow by Kehrlann · Pull Request #1117 · modelcontextprotocol/java-sdk · GitHub

ci: add workflow_dispatch trigger to CI workflow - #1117

Closed
Kehrlann wants to merge 1 commit into
mainfrom
ci/workflow-dispatch-trigger
Closed

ci: add workflow_dispatch trigger to CI workflow#1117
Kehrlann wants to merge 1 commit into
mainfrom
ci/workflow-dispatch-trigger

Conversation

Copy link
Copy Markdown
Contributor

Summary

  • Adds workflow_dispatch: {} to ci.yml so contributors can manually run CI against a branch on their own fork before opening a PR.

Context

Currently ci.yml only triggers on pull_request, so a fork branch can't be built by Actions until a PR already exists against this repo. publish-snapshot.yml (push-to-main) already provides post-merge signal and is a superset of ci.yml's checks, so no change is needed there — this PR only addresses the pre-PR, contributor-facing gap.

Fixes #1116

Test plan

  • YAML is valid (single-line addition to existing on: block)
  • Confirm the "Run workflow" button appears for CI in Actions once this merges to main

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 #1116
Kehrlann closed this Aug 28, 2026
Kehrlann deleted the ci/workflow-dispatch-trigger branch August 28, 2026 15:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: add workflow_dispatch trigger so fork branches can run CI before a PR exists

1 participant


Back | FazBrowse Home | New Git URL