How to enable recursive check of a path whenever using path: include event?
#5710
-
|
Hello, Is it possible to check recursively an update of multiple files within a path? Whenever I'm using: when:
path:
include:
- path/to/data/*or steps:
build:
when:
path:
include:
- path/to/data/*the trigger happens only when I update files or directories within one depth level of a working tree at |
Beta Was this translation helpful? Give feedback.
Answered by
qwerty287
Nov 3, 2025
Replies: 2 comments
-
|
You can use woodpecker/.woodpecker/docker.yaml Line 29 in 800e8eb |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GamePlayer-8
-
|
thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
**.woodpecker/.woodpecker/docker.yaml
Line 29 in 800e8eb