From e8dbd227c1bca7b1d4b9e6bc3609668744d5c830 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:27:08 +0000 Subject: [PATCH] ci: add css and sass file extensions to turbo workflow triggers Co-Authored-By: Connor Prussin --- .github/workflows/ci-turbo-build.yml | 3 +++ .github/workflows/ci-turbo-test.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci-turbo-build.yml b/.github/workflows/ci-turbo-build.yml index cb17cfeb01..943c321486 100644 --- a/.github/workflows/ci-turbo-build.yml +++ b/.github/workflows/ci-turbo-build.yml @@ -6,6 +6,9 @@ on: - "**.jsx?" - "**.json" - "**.sol" + - "**.css" + - "**.scss" + - "**.sass" - "**/package.json" - "**/package-lock.json" - "**/tsconfig.json" diff --git a/.github/workflows/ci-turbo-test.yml b/.github/workflows/ci-turbo-test.yml index ecbac0fab8..04aaae1e2d 100644 --- a/.github/workflows/ci-turbo-test.yml +++ b/.github/workflows/ci-turbo-test.yml @@ -6,6 +6,9 @@ on: - "**.jsx?" - "**.json" - "**.sol" + - "**.css" + - "**.scss" + - "**.sass" - "**/package.json" - "**/package-lock.json" - "**/tsconfig.json"