Try not to deploy to the maven repo simply when a PR is open.
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Manuel Friedli 2022-02-02 01:12:31 +01:00
parent 195df4f120
commit 820521520a
Signed by: manuel
GPG Key ID: 41D08ABA75634DA1
1 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,9 @@ steps:
from_secret: repo-token
commands:
- mvn -s maven-settings.xml deploy -DskipTests=true
when:
trigger:
branch:
include:
- master
- master
event:
exclude:
- pull_request