diff --git a/.drone.yml b/.drone.yml index 17a564c..0df419b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,10 +7,12 @@ steps: commands: - mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V when: + branch: + include: + - main + - feature/* ref: include: - - refs/head/main - - refs/head/feature/** - refs/tags/** - name: test image: maven:3.9-eclipse-temurin-25