diff --git a/pages/apis/rest_api/pipelines.md b/pages/apis/rest_api/pipelines.md index 6bade2aed9..1510f203d0 100644 --- a/pages/apis/rest_api/pipelines.md +++ b/pages/apis/rest_api/pipelines.md @@ -1156,7 +1156,13 @@ Additional properties available for GitHub: trigger_mode - What type of event to trigger builds on. Code will create builds when code is pushed to GitHub. Deployment will create builds when a deployment is created with the GitHub Deployments API. Fork will create builds when the GitHub repository is forked. None will not create any builds based on GitHub activity. + What type of event to trigger builds on. +

Values: code, deployment, fork, none