From 93ad2bcd534693865b57ef9c0d573ddfaf5a0539 Mon Sep 17 00:00:00 2001 From: Mari Sano Date: Mon, 11 Jan 2021 17:25:59 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E3=82=92Azure=20Pipelines=E3=81=AE=E9=99=A4=E5=A4=96?= =?UTF-8?q?=E3=83=91=E3=82=B9=E3=81=AB=E5=90=AB=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af46ffdbaf..72af482a2d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: paths: exclude: - '**/*.md' - - .github/workflows/*.yml + - .github/* - .gitignore - .travis.yml - appveyor.yml @@ -33,7 +33,7 @@ pr: paths: exclude: - '**/*.md' - - .github/workflows/*.yml + - .github/* - .gitignore - .travis.yml - appveyor.yml