Parcourir la source

ci: add css and sass file extensions to turbo workflow triggers

Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
Devin AI il y a 3 semaines
Parent
commit
e8dbd227c1
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 3 0
      .github/workflows/ci-turbo-build.yml
  2. 3 0
      .github/workflows/ci-turbo-test.yml

+ 3 - 0
.github/workflows/ci-turbo-build.yml

@@ -6,6 +6,9 @@ on:
       - "**.jsx?"
       - "**.json"
       - "**.sol"
+      - "**.css"
+      - "**.scss"
+      - "**.sass"
       - "**/package.json"
       - "**/package-lock.json"
       - "**/tsconfig.json"

+ 3 - 0
.github/workflows/ci-turbo-test.yml

@@ -6,6 +6,9 @@ on:
       - "**.jsx?"
       - "**.json"
       - "**.sol"
+      - "**.css"
+      - "**.scss"
+      - "**.sass"
       - "**/package.json"
       - "**/package-lock.json"
       - "**/tsconfig.json"