summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrboesch <chrboesch@noreply.codeberg.org>2025-09-24 23:14:04 +0200
committerchrboesch <chrboesch@noreply.codeberg.org>2025-09-24 23:14:04 +0200
commitf281c36f79c45d921cb19883d30a2183e8ca3218 (patch)
tree2446cc39f0235dac7036c0ac84680532d6174631
parent62ad50b71e8fb0139bb5aaa4bd61a4e46277f600 (diff)
Update .woodpecker/eowyn.yaml
push only on main
-rw-r--r--.woodpecker/eowyn.yaml6
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