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