Configure Webhook Events
Control when pipelines trigger based on branch-specific activities in your repositories.
If a pipeline is running and a new commit arrives on a matching branch, it queues one additional run for the latest commit only.
Repository and Branch Step
Login → Pipelines → open pipeline → click Workflow.
Click the settings icon in the Start of Workflow box → fill in Repository fields.
Switch to the Webhooks tab to configure trigger options.
Platform
GitHub, GitLab, GitHub Mono Repo, Azure DevOps, Bitbucket
Primary / Secondary Branch
Individual branches to monitor
Branch Pattern
Wildcards e.g. release/*, feature/**
Trigger Options
Push Events
Triggers when code is pushed to the repo
Pull Request Events
Triggers on any PR action
PR Created / Approved
Triggers on PR open or reviewer approval
Dynamic Branch Switching
Webhook runs can target branches other than the main branch
Secrets
Encrypts a token; only matching webhook requests are processed
💡 Copy theWebhook URLand add it to your SCM's webhook settings.
Last updated

