exercises/.woodpecker/eowyn.yaml
2025-09-24 23:16:55 +02:00

12 lines
245 B
YAML

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