Skip to content

Commit 39b39ac

Browse files
authored
Merge pull request #3155 from pyth-network/devin/1761578808-add-css-sass-to-ci-workflows
ci: add css and sass file extensions to turbo workflow triggers
2 parents c9e7c6c + e8dbd22 commit 39b39ac

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)