move script and add to dev build trigger

[SKIP CI]
This commit is contained in:
Ruben Momoa
2024-08-26 13:42:10 +02:00
parent 07725c2ced
commit cbe5ac45d9
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ when:
branch:
exclude: [ main, master ]
path:
include: [ '.woodpecker/build_dev.yml', 'build/*', 'Dockerfile' ]
include: [ '.woodpecker/build_dev.yml', 'build/*', 'Dockerfile', 'gen-tag-list.sh' ]
event: [ push, manual ]
steps: