mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-06 18:13:29 +02:00
13 lines
306 B
YAML
13 lines
306 B
YAML
steps:
|
|
- name: eowyn
|
|
image: ziglings/ziglang:latest
|
|
pull: true
|
|
commands:
|
|
- sh ./patches/eowyn.sh
|
|
when:
|
|
event: [pull_request, push, cron]
|
|
ref:
|
|
include:
|
|
- refs/pull/** # alle PRs
|
|
- refs/heads/main # nur Pushes auf main
|
|
cron: daily* |