Update .woodpecker.yml

This commit is contained in:
Santiago Lo Coco 2023-08-19 14:06:22 +00:00
parent 5f23b2f76e
commit 9b1b941bed
1 changed files with 3 additions and 2 deletions

View File

@ -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