Update .woodpecker/eowyn.yaml

try with branch 'main'
This commit is contained in:
chrboesch 2025-09-24 23:21:59 +02:00
parent b27a6a4d1f
commit f1921e64d8

View File

@ -1,26 +1,10 @@
steps:
- name: test-pr
- name: eowyn
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [pull_request]
- name: test-merge
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [push]
branch: [main]
- name: nightly
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [cron]
event: [pull_request, push, cron]
branch: main
cron: daily*