From db8ddd04be083accd01d793e860ecdbc99603aff Mon Sep 17 00:00:00 2001 From: andystaples <77818326+andystaples@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:19:02 -0800 Subject: [PATCH] Change pipeline references of v3.x to v2.x (#3015) --- eng/ci/code-mirror.yml | 2 +- eng/ci/official-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/ci/code-mirror.yml b/eng/ci/code-mirror.yml index 40f2d2a0f..3e30a79aa 100644 --- a/eng/ci/code-mirror.yml +++ b/eng/ci/code-mirror.yml @@ -5,7 +5,7 @@ trigger: # Keep this set limited as appropriate (don't mirror individual user branches). - main - dev - - v3.x + - v2.x resources: repositories: diff --git a/eng/ci/official-build.yml b/eng/ci/official-build.yml index 858ca3518..9fa980934 100644 --- a/eng/ci/official-build.yml +++ b/eng/ci/official-build.yml @@ -7,7 +7,7 @@ trigger: include: - main - dev - - v3.x + - v2.x # CI only, does not trigger on PRs. pr: none