resources.pipelines.pipeline.trigger.branches definition
Branches to include or exclude for triggering a run using a pipeline resource.
Definitions that reference this definition: resources.pipelines.pipeline.trigger
Implementations
Implementation | Description |
---|---|
branches: include, exclude | Lists of branches to include and exclude. |
branches: string list | List of branches to include. |
branches: include, exclude
Lists of branches to include and exclude.
branches:
include: [ string ]
exclude: [ string ]
Properties
include
string list.
exclude
string list.
branches: string list
List of branches to include.
branches: [ string ] # List of branches to include.
List types
Type | Description |
---|---|
string | List of branches to include. |