includedFiles

@JvmName(name = "objmdgvqqulylxtp")
suspend fun includedFiles(value: Output<List<String>>)
@JvmName(name = "lobvqaroytfassox")
suspend fun includedFiles(value: List<String>?)

Parameters

value

If any of the files altered in the commit pass the ignored_files filter and included_files is empty, then as far as this filter is concerned, we should trigger the build. If any of the files altered in the commit pass the ignored_files filter and included_files is not empty, then we make sure that at least one of those files matches a included_files glob. If not, then we do not trigger a build.


@JvmName(name = "dladvfcmnmeytckl")
suspend fun includedFiles(vararg values: Output<String>)


@JvmName(name = "hworuvjfmhwshhtc")
suspend fun includedFiles(values: List<Output<String>>)
@JvmName(name = "bjmkqyqoqvqslxbq")
suspend fun includedFiles(vararg values: String)

Parameters

values

If any of the files altered in the commit pass the ignored_files filter and included_files is empty, then as far as this filter is concerned, we should trigger the build. If any of the files altered in the commit pass the ignored_files filter and included_files is not empty, then we make sure that at least one of those files matches a included_files glob. If not, then we do not trigger a build.