From 635b44a12620c875589396cdc12f7174895afbb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Wed, 1 Jun 2022 18:12:11 +0200 Subject: [PATCH] Update Drone configuration --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c2d5d4c..96516ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,13 @@ kind: pipeline name: default +trigger: + branch: + - master + steps: - name: build image: maven:3-eclipse-temurin-17 commands: - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - mvn test -B - when: - branch: - - main \ No newline at end of file