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