exercises/.woodpecker/eowyn.yaml
chrboesch f1921e64d8 Update .woodpecker/eowyn.yaml
try with branch 'main'
2025-09-24 23:21:59 +02:00

10 lines
204 B
YAML

steps:
- name: eowyn
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [pull_request, push, cron]
branch: main
cron: daily*