GitHub Workflows
The Workflows tab lists all configured GitHub Actions workflows for your repository and lets you trigger workflow dispatch events with custom parameters.
Key Features
- Workflow list — All workflows defined in
.github/workflows/ - Dispatch trigger — Trigger
workflow_dispatchworkflows with input parameters directly from the TUI - Run history — See recent runs for each workflow
- Preview integration — Select a workflow to see its definition and recent run status
Keybindings
| Key | Action |
|---|---|
| Enter | View workflow details and recent runs |
| D | Dispatch workflow (if workflow_dispatch enabled) |
| o | Open workflow in browser |
| y | Copy workflow URL to clipboard |
Context Awareness
When you select a workflow, the preview panel shows the workflow YAML definition alongside its recent run history. Dispatching a workflow opens an input form where you can provide parameter values before triggering the run.