File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ A YAML-string with named [`paths_ignore`](#paths_ignore) / [`paths`](#paths) pat
103
103
``` yaml
104
104
frontend :
105
105
paths_ignore :
106
- - ' frontend/docs/**/* '
106
+ - ' frontend/docs/**'
107
107
paths :
108
- - ' frontend/**/* '
108
+ - ' frontend/**'
109
109
backend :
110
110
paths :
111
- - ' backend/**/* '
111
+ - ' backend/**'
112
112
# ## Here you can optionally control/limit backtracking
113
113
# Boolean or number (default: true)
114
114
# 'false' means disable backtracking completely
@@ -313,12 +313,12 @@ jobs:
313
313
paths_filter: |
314
314
frontend:
315
315
paths_ignore:
316
- - 'frontend/docs/**/* '
316
+ - 'frontend/docs/**'
317
317
paths:
318
- - 'frontend/**/* '
318
+ - 'frontend/**'
319
319
backend:
320
320
paths:
321
- - 'backend/**/* '
321
+ - 'backend/**'
322
322
# Can be mixed with the "global" 'paths_ignore' / 'paths' options, for example:
323
323
# paths_ignore: '["**/README.md"]'
324
324
You can’t perform that action at this time.
0 commit comments