diff --git a/.drone-remote.star b/.drone-remote.star index b93d6d3..7cdc4e9 100644 --- a/.drone-remote.star +++ b/.drone-remote.star @@ -78,4 +78,10 @@ def main(ctx): ), ] else: - return [] \ No newline at end of file + return pipeline( + ctx.build.branch, + [], + [], + [], + [], + ) \ No newline at end of file