From 9675c174a7cffe3ba08c72628cf58f4efa3615d3 Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Mon, 18 Jul 2022 16:26:39 -0400 Subject: [PATCH] chore: remove redundant Terraform pipeline runs --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 53403aec8..d934d6bd1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,9 @@ trigger: - # run on all branches + # automatically runs on pull requests; this runs the pipeline after merge + # https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#pr-triggers branches: include: - - "*" + - dev # only run for changes to Terraform files paths: include: