branchFilter

@JvmName(name = "lmjenfnowbsgrqtj")
suspend fun branchFilter(value: Output<String>)
@JvmName(name = "fqfsqhfhpuwtdoka")
suspend fun branchFilter(value: String?)

Parameters

value

A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

It is recommended that you use filterGroups instead of branchFilter.