From d83ac1e730a1851f8b91b0703c30a415058f23e9 Mon Sep 17 00:00:00 2001 From: apatil Date: Thu, 1 May 2025 23:14:06 +0100 Subject: [PATCH] More correction to woodpecker yml --- .woodpecker.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7522bb1..a102ba7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,8 +3,16 @@ steps: image: node:20.19-alpine commands: - npm install + when: + event: + - push + - pull_request build: image: node:20.19-alpine commands: - npm run build + when: + event: + - push + - pull_request