mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Update .woodpecker/eowyn.yaml
try with branch 'main'
This commit is contained in:
@@ -1,26 +1,10 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: test-pr
|
- name: eowyn
|
||||||
image: ziglings/ziglang:latest
|
image: ziglings/ziglang:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- sh ./patches/eowyn.sh
|
- sh ./patches/eowyn.sh
|
||||||
when:
|
when:
|
||||||
event: [pull_request]
|
event: [pull_request, push, cron]
|
||||||
|
branch: main
|
||||||
- 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]
|
|
||||||
cron: daily*
|
cron: daily*
|
||||||
Reference in New Issue
Block a user