Update '.woodpecker/build.yml'

This commit is contained in:
2023-03-11 14:34:11 +01:00
parent dffa82b1b8
commit a5756f7d7f

View File

@@ -13,5 +13,5 @@ pipeline:
auto_tag: true
when:
path:
include: [ '.woodpecker/*.yml', './build/*' ]
include: [ '.woodpecker/build.yml', './build/*' ]
event: [push, tag, deployment]