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"