diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-07-06 20:19:56 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-07-06 20:19:56 +0000 |
| commit | 1fd6aa1c6586cb8c013fb48339c17345a6a098f6 (patch) | |
| tree | 57b21631edd80dc890087e216668bac19b58bc71 /.woodpecker/eowyn.yaml | |
| parent | 4401cf8f492a224301925118358a2397095b496c (diff) | |
| parent | 140c22e9f499f3405da1a5423149beae61306c0e (diff) | |
Merge branch 'main' into random-exercise
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* |
