Triggers can only be edited by a QA Wolf representative. However, customers may benefit from a basic understanding of this concept, as it participates in the CI integration flow, especially in the Deploy Success Webhook.
- Scheduled triggers create runs on a configurable period (e.g., daily).
- Deployment triggers create runs based on events in the CICD pipeline.
POST request to spawn a new run. It also supports selecting a subset of the workflows available in this environment by matching tags.

deploy_success will match this trigger if branch equals “main” and deployment type is “develop”.