mirror of
https://github.com/dorny/paths-filter.git
synced 2026-03-30 23:10:09 +00:00
12 lines
255 B
YAML
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
|