Skip to content

Workflows

workflow_dispatch

Quick answer

workflow_dispatch is the trigger that allows a workflow to be run manually from the GitHub UI or API, optionally with inputs.

workflow_dispatch is the trigger that allows a workflow to be run manually from the GitHub UI or API, optionally with inputs.

Why it matters

It is the right trigger for deploys and one-off maintenance tasks, and it gives you typed inputs instead of a comment-parsing hack.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.