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