Share via


resources.pipelines.pipeline.trigger.branch 定義

要包含或排除以使用管線資源觸發執行的分支。

參考此定義的定義: resources.pipelines.pipeline.trigger

實作

實作 描述
分支:包括、排除 要包含和排除的分支清單。
分支:字串清單 要包含的分支清單。

分支:包括、排除

要包含和排除的分支清單。

branches:
  include: [ string ]
  exclude: [ string ]

屬性

include 字串清單。

exclude 字串清單。

分支:字串清單

要包含的分支清單。

branches: [ string ] # List of branches to include.

清單類型

類型 描述
字串 要包含的分支清單。