only push the factory branch

This commit is contained in:
Dirk Müller
2025-10-08 14:32:42 +02:00
parent 172c4bc8e4
commit bca195393f

View File

@@ -290,5 +290,5 @@ class Git:
cmd = ["push"]
if force:
cmd.append("-f")
cmd += ["origin", "--all"]
cmd += ["origin", "factory:factory"]
self.git_run(cmd)