mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 08:03:29 +02:00
Update .woodpecker/eowyn.yaml
try with branch 'main'
This commit is contained in:
+3
-19
@@ -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*
|
||||
Reference in New Issue
Block a user