From 7d9becfc43c77656bab00edc0e92a6fe06de9da5 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:58:51 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20typespec=E3=81=AEdeploy=E3=81=AEpath?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/typespec-compile-and-deploy-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typespec-compile-and-deploy-gh-pages.yml b/.github/workflows/typespec-compile-and-deploy-gh-pages.yml index fa9467a..0358e10 100644 --- a/.github/workflows/typespec-compile-and-deploy-gh-pages.yml +++ b/.github/workflows/typespec-compile-and-deploy-gh-pages.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - "api/" + - "api/**" - ".github/workflows/typespec-compile-and-deploy-gh-pages.yml" jobs: