openrag/.github/changes-filter.yaml
Edwin Jose f1b18c81d4
Update .github/changes-filter.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-23 13:33:31 -06:00

53 lines
687 B
YAML

# https://github.com/dorny/paths-filter
python:
- "src/**"
- "pyproject.toml"
- "uv.lock"
- "**/test-integration.yml"
frontend:
- "frontend/**"
- "frontend/**.ts"
- "frontend/**.tsx"
- "frontend/package.json"
- "frontend/package-lock.json"
docs:
- "docs/**"
docker:
- "docker-compose*.yml"
- "Dockerfile*"
- "uv.lock"
- "pyproject.toml"
- "src/**"
- "frontend/**"
- ".dockerignore"
tests:
- "tests/**"
- "src/**"
api:
- "src/api/**"
- "src/main.py"
services:
- "src/services/**"
connectors:
- "src/connectors/**"
flows:
- "flows/**"
config:
- "config/**"
- "securityconfig/**"
sdks:
- "sdks/**"
scripts:
- "scripts/**"