diff --git a/.woodpecker.yml b/.woodpecker.yml index fc1aba7..4d56f33 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ pipeline: update: image: alpine/git commands: - - git fetch --no-tags origin +refs/heads/master + - git fetch --no-tags origin +refs/heads/pages - git switch pages - git add public/* - git commit -m build