diff --git a/.drone.star b/.drone.star index dcb66f4fd3f..785c397660a 100644 --- a/.drone.star +++ b/.drone.star @@ -16,6 +16,12 @@ def main(ctx): 'refs/pull/**', ], } + notification_trigger = { + "ref": [ + 'refs/heads/master', + 'refs/tags/v*', + ], + } pipelines = [ # Build changelog changelog( @@ -50,6 +56,7 @@ def main(ctx): "clang-debug-ninja", "build-docs", ], + trigger = notification_trigger, ), # Sync translations