Enable workflow_dispatch for manual execution.
Section: Workflow skeleton
Add a manual run button
yaml
yaml
on:
workflow_dispatch:Explanation
This adds a Run workflow button in GitHub Actions.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Workflow skeleton