diff options
| author | chrboesch <chrboesch@noreply.codeberg.org> | 2025-09-24 23:21:59 +0200 |
|---|---|---|
| committer | chrboesch <chrboesch@noreply.codeberg.org> | 2025-09-24 23:21:59 +0200 |
| commit | f1921e64d844dc0fc078dd442b0b9f9115b48bb1 (patch) | |
| tree | e51b8a744b39324f60138e41502e5be381245e1c /.woodpecker | |
| parent | b27a6a4d1f78e472f9104c1e21d87ba2ddc9437f (diff) | |
Update .woodpecker/eowyn.yaml
try with branch 'main'
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/eowyn.yaml | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/.woodpecker/eowyn.yaml b/.woodpecker/eowyn.yaml index b84c3e8..c78deb0 100644 --- a/.woodpecker/eowyn.yaml +++ b/.woodpecker/eowyn.yaml @@ -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*
\ No newline at end of file |
