From 9b1b941bed4a447c7eede7f558d68a2d7bc4b26d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 19 Aug 2023 14:06:22 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index eb33314..2dce02e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,6 @@ +when: + branch: master + pipeline: build: image: alpine/git @@ -16,5 +19,3 @@ pipeline: - git add index.html - git commit -m "Add changes from master branch" - git push - -branches: master