diff options
| author | chrboesch <chrboesch@noreply.codeberg.org> | 2024-06-25 09:11:04 +0000 |
|---|---|---|
| committer | chrboesch <chrboesch@noreply.codeberg.org> | 2024-06-25 09:11:04 +0000 |
| commit | c33898bc6544a56016b9ad7dabc3c0024bd2ecd5 (patch) | |
| tree | 8bd00297b6b1736f15e02768e406d07cea21036f /.woodpecker/eowyn.yaml | |
| parent | 7705473447d49c3346751a5015f1eddda708e9d8 (diff) | |
Update .woodpecker/eowyn.yaml
Add pull request
Diffstat (limited to '.woodpecker/eowyn.yaml')
| -rw-r--r-- | .woodpecker/eowyn.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/eowyn.yaml b/.woodpecker/eowyn.yaml index 913e943..0d67f5f 100644 --- a/.woodpecker/eowyn.yaml +++ b/.woodpecker/eowyn.yaml @@ -5,5 +5,5 @@ steps: commands: - sh ./patches/eowyn.sh when: - event: [push, cron] + event: [pull_request, push, cron] cron: daily* |
