From 3a630fa8b099fcc3763729e857004cc782740a93 Mon Sep 17 00:00:00 2001 From: Sicong Date: Wed, 28 Sep 2022 06:25:52 -0700 Subject: [PATCH] Add pipeline trigger (#1410) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7b643f9..e4e5fb4a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ variables: trigger: - dev +- fix/* pr: - dev