mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 23:13:58 +08:00
* Add astra integration tests to CI * Add astra integration tests to CI * revert whitespace changes * update filter * Swap to using a scheduled job rather than filter
16 lines
288 B
YAML
16 lines
288 B
YAML
# https://github.com/dorny/paths-filter
|
|
python:
|
|
- "src/backend/**"
|
|
- "src/backend/**.py"
|
|
- "pyproject.toml"
|
|
- "poetry.lock"
|
|
- "**/python_test.yml"
|
|
tests:
|
|
- "tests/**"
|
|
- "src/frontend/tests/**"
|
|
frontend:
|
|
- "src/frontend/**"
|
|
- "**/typescript_test.yml"
|
|
docs:
|
|
- "docs/**"
|