From ddd6722aad1e5f6f5b616b677f0a9e77a85c2bc1 Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Sat, 13 Apr 2024 15:21:38 +0200 Subject: [PATCH] Add 'when' to ci --- .woodpecker.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index fdba8f7..9add82b 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -8,4 +8,5 @@ steps: image: node:${NODE_VERSION} commands: - npm install - - npm test \ No newline at end of file + - npm test + when: [push, pull_request] \ No newline at end of file