From 1729cfe2df6e2fa14508904d63004ebb190e0671 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Wed, 3 Dec 2025 11:39:20 +0800 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7507546..e53e08a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,9 +16,9 @@ jobs: filters: | src: - "scripts/*" - - "src/*.ts" - - "styles/*.ts" - - "themes/*.ts" + - "src/**/*.ts" + - "styles/**/*.ts" + - "themes/*.css.ts" - "vite.config.ts" - "package.json"