exercises/.woodpecker/eowyn.yaml
chrboesch f281c36f79 Update .woodpecker/eowyn.yaml
push only on main
2025-09-24 23:14:04 +02:00

13 lines
306 B
YAML

steps:
- name: eowyn
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [pull_request, push, cron]
ref:
include:
- refs/pull/** # alle PRs
- refs/heads/main # nur Pushes auf main
cron: daily*