Update .woodpecker.yml
This commit is contained in:
parent
5f23b2f76e
commit
9b1b941bed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue