From cb2f0fdd18e077aaf2dfe97276935fec1507ef50 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 29 Oct 2023 15:08:46 +0200 Subject: [PATCH] Update the CI/CD config to build when the release. --- .drone.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yaml b/.drone.yaml index e419f2c..ab6af51 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -40,6 +40,8 @@ steps: path: /root/.m2/ commands: - mvn package -Dmaven.test.skip=true + when: + event: tag - name: gitea_release image: plugins/gitea-release