-
Why are you starting this discussion?Question What GitHub Actions topic or product is this about?Misc Discussion DetailsI trying to run on the manual Tigger on the particular branch in ui i couldn't find button |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Workflow workflow_dispatch event: To have a manual trigger button in the Actions tab, your workflow YAML must include the workflow_dispatch: trigger. Without this, the manual trigger option won’t appear |
Beta Was this translation helpful? Give feedback.
-
|
When you run workflow manually you can specify branch in a dropdown. |
Beta Was this translation helpful? Give feedback.

When you run workflow manually you can specify branch in a dropdown.