Skip to content

Commit f0f5a49

Browse files
slorberlucascosti
andauthored
Update .path-ignore docs wording (#4621)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent d82d2fa commit f0f5a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The `paths-ignore` and `paths` keywords accept glob patterns that use the `*` an
122122

123123
#### Example ignoring paths
124124

125-
Anytime a path name matches a pattern in `paths-ignore`, the workflow will not run. {% data variables.product.prodname_dotcom %} evaluates patterns defined in `paths-ignore` against the path name. A workflow with the following path filter will only run on `push` events that include at least one file outside the `docs` directory at the root of the repository.
125+
When all the path names match patterns in `paths-ignore`, the workflow will not run. {% data variables.product.prodname_dotcom %} evaluates patterns defined in `paths-ignore` against the path name. A workflow with the following path filter will only run on `push` events that include at least one file outside the `docs` directory at the root of the repository.
126126

127127
```yaml
128128
on:

0 commit comments

Comments
 (0)