From 514cf20ab3126ab38d91cf23620075110c209a63 Mon Sep 17 00:00:00 2001 From: Midou36O Date: Fri, 12 Aug 2022 21:41:49 +0100 Subject: [PATCH] re-enable PRs after this commit --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index dde3a79..08ade05 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,6 @@ pipeline: build: + event: [push, pull_request, tag, deployment] image: node:bullseye-slim commands: - npm install @@ -9,6 +10,7 @@ pipeline: - rm -rf * - mv ../build/* . push: + event: [push, tag, deployment] image: appleboy/drone-git-push settings: branch: build @@ -20,6 +22,7 @@ pipeline: from_secret: ssh_key_git update: + event: [push, tag, deployment] image: appleboy/drone-ssh settings: host: