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
|
||||
# Valid
|
||||
branches:
|
||||
paths:
|
||||
- '**/README.md'
|
||||
|
||||
# Invalid - creates a parse error that
|
||||
# prevents your workflow from running.
|
||||
branches:
|
||||
paths:
|
||||
- **/README.md
|
||||
|
||||
# Valid
|
||||
|
||||
Reference in New Issue
Block a user