branchFilter

@JvmName(name = "eehpokaqgcocjeyy")
suspend fun branchFilter(value: Output<String>)
@JvmName(name = "enoldfhbonsysvqr")
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.