Skip to content

Commit ef5c89e

Browse files
committed
Update project and branching logic for deploy time triggers
1 parent 7dfa81e commit ef5c89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metaflow/plugins/events_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def format_deploytime_value(self):
623623
)
624624
if "project_branch" in trigger:
625625
if is_stringish(trigger["project_branch"]):
626-
result["branch"] = trigger["project_branch"]
626+
result["project_branch"] = trigger["project_branch"]
627627
else:
628628
raise MetaflowException(
629629
"The *project_branch* attribute of the *flow* is not a string"

0 commit comments

Comments
 (0)