diff options
| author | Chris Boesch <[email protected]> | 2024-06-25 09:19:30 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-06-25 09:19:30 +0000 |
| commit | 140c22e9f499f3405da1a5423149beae61306c0e (patch) | |
| tree | 8bd00297b6b1736f15e02768e406d07cea21036f | |
| parent | 7705473447d49c3346751a5015f1eddda708e9d8 (diff) | |
| parent | c33898bc6544a56016b9ad7dabc3c0024bd2ecd5 (diff) | |
| download | ziglings-140c22e9f499f3405da1a5423149beae61306c0e.tar.xz ziglings-140c22e9f499f3405da1a5423149beae61306c0e.zip | |
Merge pull request 'Update .woodpecker/eowyn.yaml' (#119) from chrboesch-wp-patch-3 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/119
| -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* |
