try with refs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2023-04-01 00:55:28 +02:00
parent 0a02c1aa68
commit 84499b1a0b
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -7,13 +7,11 @@ steps:
commands: commands:
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
when: when:
branch: ref:
include: include:
- master - refs/head/master
- feature/* - refs/head/feature/**
event: - refs/tags/**
include:
- tag
- name: test - name: test
image: maven:3.8-openjdk-18-slim image: maven:3.8-openjdk-18-slim
commands: commands: