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:
Gabriel Luiz Freitas Almeida 2024-11-13 16:37:20 -03:00 committed by GitHub
commit 313f197c88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View file

@ -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/**"