mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
only test on changes to src/*
doh
This commit is contained in:
parent
c6e8de95b9
commit
2cc06fe639
1 changed files with 11 additions and 0 deletions
11
.github/workflows/run-tests.yml
vendored
11
.github/workflows/run-tests.yml
vendored
|
|
@ -7,7 +7,18 @@ env:
|
|||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
- "uv.lock"
|
||||
- "pyproject.toml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
- "uv.lock"
|
||||
- "pyproject.toml"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue