diff options
| author | jao <mail@jao.io> | 2026-06-24 19:38:57 +0200 |
|---|---|---|
| committer | jao <mail@jao.io> | 2026-06-24 19:38:57 +0200 |
| commit | d36cd2d0369efa6d32948d0713fe79a72ec5fbeb (patch) | |
| tree | 17a0e0a7a5e424b6103ef84233775a3cf1b462ac /.woodpecker/build.yaml | |
| parent | d0f19fe55e1dc7fa62740d29e6b1396d30573b8d (diff) | |
| download | xmobar-d36cd2d0369efa6d32948d0713fe79a72ec5fbeb.tar.gz xmobar-d36cd2d0369efa6d32948d0713fe79a72ec5fbeb.tar.bz2 | |
Update to woodpecker to allow manual triggering
Diffstat (limited to '.woodpecker/build.yaml')
| -rw-r--r-- | .woodpecker/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 6243323..ef33379 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -1,5 +1,5 @@ when: - - event: [push, pull_request] + - event: [push, pull_request, manual] matrix: GHC: |
