Quote asterisks in documentation workflow
Yaml strings containing asterisks require quoting, because asterisks have special meaning otherwise. Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@@ -5,13 +5,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- v4.*.x
|
||||
- 'v4.*.x'
|
||||
paths:
|
||||
- 'userdocs/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- v4.*.x
|
||||
- 'v4.*.x'
|
||||
paths:
|
||||
- 'userdocs/**'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user