Jeremiah Lowin commited on
Commit
0943fc1
·
1 Parent(s): c431284

Only run static on src changes

Browse files
Files changed (1) hide show
  1. .github/workflows/run-static.yml +12 -0
.github/workflows/run-static.yml CHANGED
@@ -8,7 +8,19 @@ env:
8
  on:
9
  push:
10
  branches: ["main"]
 
 
 
 
 
 
11
  pull_request:
 
 
 
 
 
 
12
  workflow_dispatch:
13
 
14
  permissions:
 
8
  on:
9
  push:
10
  branches: ["main"]
11
+ paths:
12
+ - "src/**"
13
+ - "tests/**"
14
+ - "uv.lock"
15
+ - "pyproject.toml"
16
+ - ".github/workflows/**"
17
  pull_request:
18
+ paths:
19
+ - "src/**"
20
+ - "tests/**"
21
+ - "uv.lock"
22
+ - "pyproject.toml"
23
+ - ".github/workflows/**"
24
  workflow_dispatch:
25
 
26
  permissions: