From b5a3f5ece2f692cdeebaf968dee24c7d48e4c597 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 29 Jul 2023 20:30:57 +0100 Subject: [PATCH] woodpeckerci: remove when clause It's preventing build from running when pushing to a PR branch --- .woodpecker.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 45249c4..0aca8df 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,11 +2,6 @@ steps: build: image: rust:latest pull: true - when: - - event: pull_request - repo: kemitix/podal - - event: push - branch: main commands: - rustup component add rustfmt clippy - cargo --version