You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What part(s) of the article would you like to see updated?
Contents:
If you define only tags/tags-ignore or only branches/branches-ignore, the workflow won't run for events affecting the undefined Git ref. If you define neither tags/tags-ignore or branches/branches-ignore, the workflow will run for events affecting either branches or tags.If you define both branches/branches-ignore and paths, the workflow will only run when both filters are satisfied.
This is a section for branchs and tags.
(subtitle: onpushbranchestagsbranches-ignoretags-ignore )
I wanna know how it works If I define both branches and tags.
So I expect that "If you define both branches/branches-ignore and tags, the workflow will only run when both filters are satisfied.".
or "If you define both branches/branches-ignore and tags, the workflow will run for events affecting either branches or tags." (And by current policy, the latter is right.)
But it said about paths.
So I think neither is mistakes. It would be both.
it makes sense.
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore
What part(s) of the article would you like to see updated?
Contents:
If you define only tags/tags-ignore or only branches/branches-ignore, the workflow won't run for events affecting the undefined Git ref. If you define neither tags/tags-ignore or branches/branches-ignore, the workflow will run for events affecting either branches or tags. If you define both branches/branches-ignore and paths, the workflow will only run when both filters are satisfied.
This is a section for branchs and tags.
(subtitle: onpushbranchestagsbranches-ignoretags-ignore )
I wanna know how it works If I define both branches and tags.
So I expect that "If you define both branches/branches-ignore and tags, the workflow will only run when both filters are satisfied.".
or "If you define both branches/branches-ignore and tags, the workflow will run for events affecting either branches or tags." (And by current policy, the latter is right.)
But it said about paths.
So I think neither is mistakes. It would be both.
it makes sense.
and remove about paths.
because below section include it.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
Additional information
No response
The text was updated successfully, but these errors were encountered: