Skip to content

Commit ccdf32a

Browse files
only run test workflow on code changes (#297)
1 parent da25964 commit ccdf32a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/test.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,26 @@ name: test
22

33
on:
44
pull_request:
5+
paths:
6+
- ".github/workflows/test.yml"
7+
- "crates/**"
8+
- "tests/**"
9+
- "Cargo.lock"
10+
- "Cargo.toml"
11+
- "pyproject.toml"
12+
- "noxfile.py"
13+
- "uv.lock"
514
push:
615
branches: [main]
16+
paths:
17+
- ".github/workflows/test.yml"
18+
- "crates/**"
19+
- "tests/**"
20+
- "Cargo.lock"
21+
- "Cargo.toml"
22+
- "pyproject.toml"
23+
- "noxfile.py"
24+
- "uv.lock"
725
workflow_call:
826
inputs:
927
os:

0 commit comments

Comments
 (0)