From cb9b6072a21f2ab0d90c37be0f34f5c2ea00f33a Mon Sep 17 00:00:00 2001 From: Ashelyn Dawn Date: Sat, 4 Feb 2023 22:41:25 -0700 Subject: [PATCH] Fix branch instruction --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7e3678d..d25834f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,7 +1,8 @@ pipeline: neocities: image: ruby:latest - branches: main + when: + branch: main commands: - gem install neocities - neocities push .