fix fileMatch regex #35
@ -1,7 +0,0 @@
|
|||||||
pipeline:
|
|
||||||
buildy:
|
|
||||||
image: node:18.12.0-buster
|
|
||||||
commands:
|
|
||||||
- npm install
|
|
||||||
- npm run test
|
|
||||||
- npm run build
|
|
@ -13,6 +13,6 @@
|
|||||||
},
|
},
|
||||||
"woodpecker": {
|
"woodpecker": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileMatch": ["^.woodpecker\/.*\.yml$"]
|
"fileMatch": ["^.woodpecker\/.*.yml$"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user