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:
- 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: