diff --git a/docs/docs/20-usage/20-pipeline-syntax.md b/docs/docs/20-usage/20-pipeline-syntax.md index 4d4aca6c2c..88343975b1 100644 --- a/docs/docs/20-usage/20-pipeline-syntax.md +++ b/docs/docs/20-usage/20-pipeline-syntax.md @@ -373,8 +373,8 @@ This allows you to filter, for example, tags that must start with **v**: ```yaml when: - event: tag - ref: refs/tags/v* + - event: tag + ref: refs/tags/v* ``` #### `status`