update_workflow_start_conditions
Update start conditions for an Xcode Cloud workflow: set or remove triggers for branches, pull requests, tags, and schedules. Pass null to delete.
Instructions
Explicitly update workflow start conditions. Pass null to remove a condition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | ||
| tagStartCondition | No | ||
| branchStartCondition | No | ||
| manualTagStartCondition | No | ||
| scheduledStartCondition | No | ||
| pullRequestStartCondition | No | ||
| manualBranchStartCondition | No | ||
| manualPullRequestStartCondition | No |