From be2db004bc50506bd770b88b5349283e4dbc3fd0 Mon Sep 17 00:00:00 2001 From: Josh Cannon <3956745+thejcannon@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:16:35 -0600 Subject: [PATCH] Add "branches" to wait step --- pages/pipelines/configure/step_types/wait_step.md | 7 +++++++ 1 file changed, 7 insertions(+) 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