### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch ### What part(s) of the article would you like to see updated? Add more text explaining requirements relating to presence on default branch ### Additional information - https://github.com/community/community/discussions/25746#discussioncomment-8067852 ### Content design plan: Add a sentence to the `on.worklfow_dispatch` section of [Workflow Syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch) that says something like: ``` copy This trigger only receives events when the workflow file is on the default branch. ```
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch
What part(s) of the article would you like to see updated?
Add more text explaining requirements relating to presence on default branch
Additional information
Content design plan:
Add a sentence to the
on.worklfow_dispatchsection of Workflow Syntax for GitHub Actions that says something like: