summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r--.github/workflows/format.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index a7f7d9f8..b63b89d7 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -4,6 +4,11 @@ on:
pull_request:
branches:
- "rolling"
+ paths:
+ - 'lua/**'
+ - 'snapshots/**'
+ - 'tests/**'
+ - 'utils/**'
jobs:
stylua-check: