From 4448d8a12d9832c416fed63da40d2ce6332d67a4 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 16 Jun 2022 12:36:38 +0100 Subject: [PATCH] run tests on PR --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index c882fea9..e4e5e296 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,7 @@ pipeline: when: event: - push + - pull_request image: node:16 commands: - yarn @@ -13,6 +14,7 @@ pipeline: when: event: - push + - pull_request image: node:16 commands: - apt update