On git event
Event triggers allow you to automate pipelines making them run whenever specific changes to repository are made
Webhook Trigger
Webhook trigger enables external systems to automatically start pipeline runs via HTTP requests, providing seamless integration with third-party tools and services.
Manual trigger
For production pipelines, it is best to set them to manual mode and restrict access rights to senior devs only.
On schedule
You can set your pipeline to be triggered at a certain time of the day or to run in specific intervals
Wildcards
You can use a pattern to define which branches or tags will trigger the pipeline. The patterns support ref names and ref paths.
Trigger pipeline action
Trigger pipeline lets you create advanced workflows, where several pipelines interact with each other across the whole workspace.