* 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
15 lines
288 B
YAML
15 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/**"
|