Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 478 Bytes

File metadata and controls

25 lines (17 loc) · 478 Bytes
ms.topic include
ms.service azure-devops-pipelines
ms.manager mijacobs
ms.date 07/07/2022

::: moniker range="<=azure-devops"

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