Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ A YAML-string with named [`paths_ignore`](#paths_ignore) / [`paths`](#paths) pat
```yaml
frontend:
paths_ignore:
- 'frontend/docs/**/*'
- 'frontend/docs/**'
paths:
- 'frontend/**/*'
- 'frontend/**'
backend:
paths:
- 'backend/**/*'
- 'backend/**'
### Here you can optionally control/limit backtracking
# Boolean or number (default: true)
# 'false' means disable backtracking completely
Expand Down Expand Up @@ -313,12 +313,12 @@ jobs:
paths_filter: |
frontend:
paths_ignore:
- 'frontend/docs/**/*'
- 'frontend/docs/**'
paths:
- 'frontend/**/*'
- 'frontend/**'
backend:
paths:
- 'backend/**/*'
- 'backend/**'
# Can be mixed with the "global" 'paths_ignore' / 'paths' options, for example:
# paths_ignore: '["**/README.md"]'

Expand Down