From 88d538506ec1e5bc7f80e567f5eb13ffc50acc45 Mon Sep 17 00:00:00 2001 From: Odyssey Date: Fri, 10 Feb 2023 21:38:53 +0100 Subject: [PATCH] Fix branch in instancejson pipeline Signed-off-by: Odyssey --- .woodpecker/instancejson.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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