Skip to content

Commit 1afa879

Browse files
committed
fix: test
1 parent 0225dbe commit 1afa879

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
name: Test
22

33
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- ".github/actions/setup-python-with-uv/action.yml"
8+
- ".github/workflows/test.yml"
9+
- "**.py"
10+
- ".coveragerc"
11+
- ".env**"
12+
- ".python-version"
13+
- "tests"
14+
- "pyproject.toml"
15+
- "pytest.ini"
16+
- "uv.lock"
17+
418
pull_request:
519
paths:
620
- ".github/actions/setup-python-with-uv/action.yml"

0 commit comments

Comments
 (0)