ci: Update CI path filters for frontend tests (#4571)
* Update changes-filter.yaml to include new component and starter project paths * Update CI path filters and conditions for frontend and component changes
This commit is contained in:
parent
da0399373a
commit
313f197c88
2 changed files with 11 additions and 8 deletions
7
.github/changes-filter.yaml
vendored
7
.github/changes-filter.yaml
vendored
|
|
@ -5,8 +5,11 @@ python:
|
|||
- "pyproject.toml"
|
||||
- "poetry.lock"
|
||||
- "**/python_test.yml"
|
||||
tests:
|
||||
- "tests/**"
|
||||
components-changes:
|
||||
- "src/backend/base/langflow/components/**"
|
||||
starter-projects-changes:
|
||||
- "src/backend/base/langflow/initial_setup/**"
|
||||
frontend-tests:
|
||||
- "src/frontend/tests/**"
|
||||
frontend:
|
||||
- "src/frontend/**"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue