new try with new regex
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
Tobias Brunner 2023-05-30 19:57:12 +02:00
parent a9ebecac13
commit d4f0e7f48d
Signed by: tobru
SSH Key Fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
],
"kubernetes": {
"fileMatch": [
"apps/**/*.yaml"
"^apps/.*\\.yaml$",
"^system/.*\\.yaml$"
],
"ignorePaths": [
"monitoring/**"