diff --git a/.woodpecker/instancejson.yml b/.woodpecker/instancejson.yml index 090c071..1e1dc4e 100644 --- a/.woodpecker/instancejson.yml +++ b/.woodpecker/instancejson.yml @@ -25,4 +25,4 @@ pipeline: - git config --global user.name "Woodpecker CI" - git add instances.json - git commit -m "Updated instances" - - git push -u origin dev + - git push -u origin master