paths-filter/sample-filters.yml
2025-08-19 18:03:34 +02:00

12 lines
255 B
YAML

# Sample filters configuration for paths-filter action
# Demonstrates basic usage of filters and change status qualifiers
shared: &shared
- common/**
- config/**
backend:
- *shared
- src/backend/**
docs:
- added: docs/**
- modified: README.md