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: