Update workflow-syntax-for-github-actions.md (#24980)
This commit is contained in:
committed by
GitHub
parent
18c55e7358
commit
7ca97e78ef
@@ -1088,12 +1088,12 @@ The characters `*`, `[`, and `!` are special characters in YAML. If you start a
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Valid
|
# Valid
|
||||||
branches:
|
paths:
|
||||||
- '**/README.md'
|
- '**/README.md'
|
||||||
|
|
||||||
# Invalid - creates a parse error that
|
# Invalid - creates a parse error that
|
||||||
# prevents your workflow from running.
|
# prevents your workflow from running.
|
||||||
branches:
|
paths:
|
||||||
- **/README.md
|
- **/README.md
|
||||||
|
|
||||||
# Valid
|
# Valid
|
||||||
|
|||||||
Reference in New Issue
Block a user