diff --git a/.drone-home.star b/.drone-home.star index 021596e..f20de0f 100644 --- a/.drone-home.star +++ b/.drone-home.star @@ -111,4 +111,11 @@ def main(ctx): ), ] else: - return [] \ No newline at end of file + return pipeline( + ctx.build.branch, + [], + [], + [], + [], + ) + \ No newline at end of file