fix: wrong trigger

This commit is contained in:
Michael Barz
2025-03-12 10:20:35 +01:00
parent b0cc4e59fa
commit a000dd9612

View File

@@ -2086,9 +2086,14 @@ def notify(ctx):
"depends_on": [],
"when": [
{
"status": status,
"event": ["push", "manual"],
"branch": ["main", "release-*"],
},
{
"event": "tag",
},
],
"runs_on": status,
}
def ocisServer(storage = "ocis", accounts_hash_difficulty = 4, volumes = [], depends_on = [], deploy_type = "", extra_server_environment = {}, with_wrapper = False, tika_enabled = False):