From 7e95b09454c6b3e52b3db82d480e4c7ad4ef00c5 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Tue, 21 Mar 2023 12:40:15 -0700 Subject: [PATCH 1/2] Temporarily stop publishing stable branches --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index f5c2e1d69fa5c8..d7c0e25e1470b8 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -9,7 +9,7 @@ trigger: branches: include: - main - - '*-stable' +# - '*-stable' paths: exclude: - package.json From d74bee074c11d8296398b58105b10e858a2b605a Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Tue, 21 Mar 2023 12:56:28 -0700 Subject: [PATCH 2/2] Update publish.yml --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index d7c0e25e1470b8..6f7d028896145f 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -9,7 +9,7 @@ trigger: branches: include: - main -# - '*-stable' + - 0.68-stable paths: exclude: - package.json