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

51 lines
644 B
YAML

# https://github.com/dorny/paths-filter
python:
- "src/**"
- "pyproject.toml"
- "uv.lock"
- "**/test-integration.yml"
frontend:
- "frontend/**"
- "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/**"