revert temp changes

[SKIP CI]
This commit is contained in:
Ruben Momoa
2024-08-23 16:20:29 +02:00
parent 08a110e307
commit 223f97ddbc
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ when:
exclude: [ main, master ] exclude: [ main, master ]
path: path:
include: [ '.woodpecker/build_dev.yml', 'build/*', 'Dockerfile' ] include: [ '.woodpecker/build_dev.yml', 'build/*', 'Dockerfile' ]
event: [ cron ] event: [ push, manual ]
steps: steps:
dev_alpine_build_and_publish: dev_alpine_build_and_publish:

View File

@@ -7,7 +7,7 @@ matrix:
when: when:
branch: branch:
include: [ master, dev ] include: [ master ]
cron: nightly cron: nightly
event: [ cron, release, manual ] event: [ cron, release, manual ]