From 46ff7e60dc11a2dc96473fa2a7af9dae00768914 Mon Sep 17 00:00:00 2001 From: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:16:22 -0700 Subject: [PATCH] Update trigger to comment out 'dev' branch Commented out the 'dev' branch trigger for future staging setup. --- azure-pipelines/publishSamples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/publishSamples.yml b/azure-pipelines/publishSamples.yml index 90420e31..b2349c1e 100644 --- a/azure-pipelines/publishSamples.yml +++ b/azure-pipelines/publishSamples.yml @@ -10,7 +10,7 @@ trigger: branches: include: - master - - dev + # - dev add dev back once we have staging setup paths: include: - 'samples-queries/**'