Skip to content

Commit 1729cfe

Browse files
committed
fix ci
1 parent 7a4851e commit 1729cfe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
filters: |
1717
src:
1818
- "scripts/*"
19-
- "src/*.ts"
20-
- "styles/*.ts"
21-
- "themes/*.ts"
19+
- "src/**/*.ts"
20+
- "styles/**/*.ts"
21+
- "themes/*.css.ts"
2222
- "vite.config.ts"
2323
- "package.json"
2424

0 commit comments

Comments
 (0)