From 023062922a8a8675e969df7cb62970c9f0aaf6e0 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 19 Feb 2024 14:40:59 +0000 Subject: [PATCH] Make execute on PR --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7a25691..e76c233 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,19 +5,19 @@ steps: - yarn install --frozen-lockfile - yarn build when: - event: push + event: [ push, pull_request ] branch: [ hotfix/*, feature/*, renovate/*, develop, main ] lint: image: node commands: - yarn lint when: - event: push + event: [ push, pull_request ] branch: [ hotfix/*, feature/*, renovate/*, develop, main ] test: image: node commands: - yarn test when: - event: push + event: [ push, pull_request ] branch: [ hotfix/*, feature/*, renovate/*, develop, main ] \ No newline at end of file