From 4c88f0268d0bd0a83d9bea319cbc8883acfea0a1 Mon Sep 17 00:00:00 2001 From: smsteel Date: Fri, 25 Jun 2021 17:51:39 +0300 Subject: [PATCH] CI fix --- .drone.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index ca1a0eb..49bb82b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,13 @@ platform: os: linux arch: amd64 +trigger: + branch: + - master + event: + exclude: + - pull_request + steps: - name: build commands: @@ -15,13 +22,7 @@ steps: - name: install commands: - make install - when: - branch: - - master - name: restart commands: - systemctl restart craft-bot - when: - branch: - - master