From be20245872a98c4b100b300b715f1e41a03d37b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20L=C3=B6sing?= Date: Mon, 3 Oct 2022 17:30:28 +0200 Subject: [PATCH] Aligned workflows with other services. --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 070fe75..0c1e387 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,10 +1,12 @@ name: Build, test and analyze on: + workflow_dispatch: push: branches: - 'release/**' - tags: + - 'master' + tags: - '*.*.*' jobs: