From c423df147e634ba44b5059b74619566764508463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Sat, 5 Oct 2024 11:28:34 +0200 Subject: [PATCH] Testing --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e87df317e..005b911dc0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,9 @@ name: Publish to Maven Central on: workflow_dispatch: + push: + branches: + - publishing-action-test concurrency: group: "publish"