diff --git a/.drone.yml b/.drone.yml index cc710f4..27a3b2a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,4 +19,8 @@ steps: - cd build - cmake .. - make - - ./testbin \ No newline at end of file + - ./testbin + + trigger: + branch: + - master \ No newline at end of file