diff --git a/.drone.yml b/.drone.yml index 3b90598..f2c42bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,8 @@ steps: - name: compile image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - dir \ No newline at end of file + - dir + +trigger: + branch: + - master \ No newline at end of file