diff options
| author | chrboesch <chrboesch@noreply.codeberg.org> | 2025-09-24 23:16:55 +0200 |
|---|---|---|
| committer | chrboesch <chrboesch@noreply.codeberg.org> | 2025-09-24 23:16:55 +0200 |
| commit | e4a7db17b3d1fb9d52bfe051a1bcf35c2077e843 (patch) | |
| tree | 11e8fa8fba34d3ef99316731d06db0d063053c5b /.woodpecker/eowyn.yaml | |
| parent | f281c36f79c45d921cb19883d30a2183e8ca3218 (diff) | |
Update .woodpecker/eowyn.yaml
fix refs
Diffstat (limited to '.woodpecker/eowyn.yaml')
| -rw-r--r-- | .woodpecker/eowyn.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.woodpecker/eowyn.yaml b/.woodpecker/eowyn.yaml index eaabbec..9b2a4b7 100644 --- a/.woodpecker/eowyn.yaml +++ b/.woodpecker/eowyn.yaml @@ -7,7 +7,6 @@ steps: when: event: [pull_request, push, cron] ref: - include: - - refs/pull/** # alle PRs - - refs/heads/main # nur Pushes auf main + - refs/pull/** + - refs/heads/main cron: daily*
\ No newline at end of file |
