diff --git a/pages/pipelines/configure/step_types/wait_step.md b/pages/pipelines/configure/step_types/wait_step.md index 2768cf7b35..dd409e8c04 100644 --- a/pages/pipelines/configure/step_types/wait_step.md +++ b/pages/pipelines/configure/step_types/wait_step.md @@ -21,6 +21,13 @@ Optional attributes: Example: true + + branches + + The branch pattern defining which branches will include this wait step in their builds. + Example: "main stable/*" + + if