CiTagPatterns.Patterns
A case-sensitive pattern Xcode Cloud uses to determine if a change meets tag names you configure for a workflow’s start condition.
Declaration
object CiTagPatterns.PatternsProperties
| Name | Type | Description |
|---|---|---|
isPrefix | boolean | A Boolean value that indicates whether the pattern matches the start of a tag name, or the exact tag name. |
pattern | string | A case-sensitive string. If the string is a prefix pattern, Xcode Cloud starts a build when the changed tag name starts with this string. Otherwise, Xcode Cloud starts a build when the changed tag name exactly matches this string. |