mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 16:41:35 -04:00
fix: wrong trigger
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user