Skip to content

Commit

Permalink
Merge pull request github#36345 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Apr 12, 2023
2 parents 7a80a68 + e966790 commit 1630df9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1630df9

Please sign in to comment.