chore: update changes filter to include new lock files and project structure (#5304)
chore: Update changes-filter.yaml to include new lock files and project structure - Added 'uv.lock' and 'src/backend/base/uv.lock' to the changes filter. - Included 'src/backend/base/pyproject.toml' for tracking changes in the base directory. - Adjusted paths to ensure proper monitoring of relevant files in the backend.
This commit is contained in:
parent
39b0d6dd1e
commit
89febb2da8
1 changed files with 3 additions and 1 deletions
4
.github/changes-filter.yaml
vendored
4
.github/changes-filter.yaml
vendored
|
|
@ -3,7 +3,9 @@ python:
|
|||
- "src/backend/**"
|
||||
- "src/backend/**.py"
|
||||
- "pyproject.toml"
|
||||
- "poetry.lock"
|
||||
- "uv.lock"
|
||||
- "src/backend/base/pyproject.toml"
|
||||
- "src/backend/base/uv.lock"
|
||||
- "**/python_test.yml"
|
||||
components-changes:
|
||||
- "src/backend/base/langflow/components/**"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue