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