mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 19:28:19 -04:00
fix: wrong trigger and branch
This commit is contained in:
@@ -1939,7 +1939,7 @@ def changelog():
|
||||
"push",
|
||||
],
|
||||
"message": "Automated changelog update [skip ci]",
|
||||
"branch": "master",
|
||||
"branch": "main",
|
||||
"author_email": "devops@opencloud.eu",
|
||||
"author_name": "openclouders",
|
||||
"netrc_machine": "github.com",
|
||||
@@ -2086,12 +2086,6 @@ def notify(ctx):
|
||||
"depends_on": [],
|
||||
"when": [
|
||||
{
|
||||
"event": ["push", "manual"],
|
||||
"branch": ["main", "release-*"],
|
||||
"status": status,
|
||||
},
|
||||
{
|
||||
"event": "tag",
|
||||
"status": status,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user