diff options
| author | chrboesch <chrboesch@noreply.codeberg.org> | 2025-09-24 23:14:04 +0200 |
|---|---|---|
| committer | chrboesch <chrboesch@noreply.codeberg.org> | 2025-09-24 23:14:04 +0200 |
| commit | f281c36f79c45d921cb19883d30a2183e8ca3218 (patch) | |
| tree | 2446cc39f0235dac7036c0ac84680532d6174631 /.woodpecker/eowyn.yaml | |
| parent | 62ad50b71e8fb0139bb5aaa4bd61a4e46277f600 (diff) | |
Update .woodpecker/eowyn.yaml
push only on main
Diffstat (limited to '.woodpecker/eowyn.yaml')
| -rw-r--r-- | .woodpecker/eowyn.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.woodpecker/eowyn.yaml b/.woodpecker/eowyn.yaml index 0d67f5f..eaabbec 100644 --- a/.woodpecker/eowyn.yaml +++ b/.woodpecker/eowyn.yaml @@ -6,4 +6,8 @@ steps: - sh ./patches/eowyn.sh when: event: [pull_request, push, cron] - cron: daily* + ref: + include: + - refs/pull/** # alle PRs + - refs/heads/main # nur Pushes auf main + cron: daily*
\ No newline at end of file |
