fix: push Readme only on main branch

This commit is contained in:
Michael Barz
2025-04-04 17:19:59 +02:00
parent 8697e6a4c8
commit 05f0a8dc96

View File

@@ -1866,10 +1866,7 @@ def releaseDockerReadme(repo, build_type):
"when": [
{
"event": ["push", "manual"],
"branch": ["main", "stable-*"],
},
{
"event": "tag",
"branch": "main",
},
],
}