diff --git a/.drone-do.star b/.drone-do.star index 8c5ccdd..6334703 100644 --- a/.drone-do.star +++ b/.drone-do.star @@ -60,4 +60,10 @@ def main(ctx): ), ] else: - return [] \ No newline at end of file + return pipeline( + ctx.build.branch, + [], + [], + [], + [], + ) \ No newline at end of file