Skip to content

Commit c927b10

Browse files
committed
Merge remote-tracking branch 'origin/main' into bduran/prettier
2 parents f54ffad + 39b39ac commit c927b10

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci-turbo-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "**.jsx?"
77
- "**.json"
88
- "**.sol"
9+
- "**.css"
10+
- "**.scss"
11+
- "**.sass"
912
- "**/package.json"
1013
- "**/package-lock.json"
1114
- "**/tsconfig.json"

.github/workflows/ci-turbo-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "**.jsx?"
77
- "**.json"
88
- "**.sol"
9+
- "**.css"
10+
- "**.scss"
11+
- "**.sass"
912
- "**/package.json"
1013
- "**/package-lock.json"
1114
- "**/tsconfig.json"

0 commit comments

Comments
 (0)