Skip to content

Commit

Permalink
Add "branches" to wait step
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Jan 3, 2025
1 parent a26485a commit be2db00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/pipelines/configure/step_types/wait_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Optional attributes:
<em>Example:</em> <code>true</code>
</td>
</tr>
<tr>
<td><code>branches</code></td>
<td>
The <a href="/docs/pipelines/configure/workflows/branch-configuration#branch-pattern-examples">branch pattern</a> defining which branches will include this wait step in their builds.
<em>Example:</em> <code>"main stable/*"</code>
</td>
</tr>
<tr>
<td><code>if</code></td>
<td>
Expand Down

0 comments on commit be2db00

Please sign in to comment.