From 84499b1a0bd3dbf8fe6fb15fe5a49f150c06cfed Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 1 Apr 2023 00:55:28 +0200 Subject: [PATCH] try with refs --- .drone.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index b50d3ef..b0b33a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,11 @@ steps: commands: - mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V when: - branch: + ref: include: - - master - - feature/* - event: - include: - - tag + - refs/head/master + - refs/head/feature/** + - refs/tags/** - name: test image: maven:3.8-openjdk-18-slim commands: