From ffec0c51d01b25a7ef856779264228982da90c0d Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Fri, 17 Apr 2020 17:59:32 +0000 Subject: [PATCH] Update drone --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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