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:
Jonathon Anderson
2024-03-06 22:31:56 -06:00
parent c036f658a6
commit 07e71d3fa5

View File

@@ -5,13 +5,13 @@ on:
push: push:
branches: branches:
- main - main
- v4.*.x - 'v4.*.x'
paths: paths:
- 'userdocs/**' - 'userdocs/**'
pull_request: pull_request:
branches: branches:
- main - main
- v4.*.x - 'v4.*.x'
paths: paths:
- 'userdocs/**' - 'userdocs/**'