From 96b38a3caff441d1b0433be7d7944102f9f9a3a3 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 30 Aug 2022 16:30:07 -0700 Subject: [PATCH] Don't run publish typings for hotfixes (#20510) --- build/azure-pipelines/publish-types/publish-types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/publish-types/publish-types.yml b/build/azure-pipelines/publish-types/publish-types.yml index ac22a5511a..6bc8af376b 100644 --- a/build/azure-pipelines/publish-types/publish-types.yml +++ b/build/azure-pipelines/publish-types/publish-types.yml @@ -2,7 +2,7 @@ trigger: branches: - include: ["refs/tags/*"] + include: ["refs/tags/*.0"] # {{SQL CARBON EDIT}} Only run on major version releases pr: none