Update .woodpecker/eowyn.yaml

push only on main
This commit is contained in:
chrboesch 2025-09-24 23:14:04 +02:00
parent 62ad50b71e
commit f281c36f79

View File

@ -6,4 +6,8 @@ steps:
- sh ./patches/eowyn.sh - sh ./patches/eowyn.sh
when: when:
event: [pull_request, push, cron] event: [pull_request, push, cron]
ref:
include:
- refs/pull/** # alle PRs
- refs/heads/main # nur Pushes auf main
cron: daily* cron: daily*