From ad7b42758ed447aeb13ff95a43775983e03e798f Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Thu, 20 Jan 2022 20:47:15 +0100 Subject: [PATCH] Hopefully fixed image dryrun ci setting --- .woodpecker/.image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/.image.yml b/.woodpecker/.image.yml index 6b788613..7f583a8a 100644 --- a/.woodpecker/.image.yml +++ b/.woodpecker/.image.yml @@ -1,6 +1,6 @@ -# These checks already get performed on the feature branches -branches: - exclude: [ main, dev ] +# Because the only step here is a pull_request event, the branch should be dev +# because it has to be the target of the pull request +branches: dev platform: linux/amd64 pipeline: