diff --git a/ci/.drone.yml b/ci/.drone.yml index 01f5ab5..58e297b 100644 --- a/ci/.drone.yml +++ b/ci/.drone.yml @@ -6,6 +6,12 @@ volumes: - name: server temp: {} +trigger: + branch: + - master + event: + - push + steps: - image: node:latest name: "build node"