From 64a5943b23f22ed482a87f8a362e44c70ff08fbe Mon Sep 17 00:00:00 2001 From: Gabor Pihaj Date: Sat, 30 Sep 2023 17:22:01 +0000 Subject: [PATCH] build: fix build pipeline (#6) Reviewed-on: https://git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic/pulls/6 Co-authored-by: Gabor Pihaj Co-committed-by: Gabor Pihaj --- .woodpecker/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/ci.yaml b/.woodpecker/ci.yaml index 07d6801..9a8e05b 100644 --- a/.woodpecker/ci.yaml +++ b/.woodpecker/ci.yaml @@ -8,7 +8,8 @@ variables: steps: build: when: - - event: [push pull_request] + - event: push + - event: pull_request image: git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic settings: <<: *common_settings