Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 519 Bytes

ci-triggers3.md

File metadata and controls

27 lines (19 loc) · 519 Bytes
ms.topic ms.service ms.manager ms.author author ms.date
include
azure-devops-pipelines
mijacobs
vijayma
vijayma
07/07/2022

::: moniker range=">= azure-devops-2019"

Opting out of CI

Disabling the CI trigger

You can opt out of CI triggers entirely by specifying trigger: none.

# A pipeline with no CI trigger
trigger: none

Important

When you push a change to a branch, the YAML file in that branch is evaluated to determine if a CI run should be started.

::: moniker-end