CiStartConditionFileMatcher
A path pattern filter applied to an Xcode Cloud workflow start condition, restricting triggers to changes in specific files or directories.
Declaration
object CiStartConditionFileMatcherProperties
| Name | Type | Description |
|---|---|---|
directory | string | The directory you configure for a custom start condition’s Files and Folders setting. |
fileExtension | string | The file extension you configure for a custom start condition’s Files and Folders setting. |
fileName | string | The filename you configure for a custom start condition’s Files and Folders setting. |