From 094c9d9d37016a5f2b8df0519c3dd687500776d8 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sun, 25 Apr 2021 00:23:32 +0200 Subject: [PATCH] Update github actions Signed-off-by: Vincenzo Palazzo --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa0d38..4102faf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,9 +3,9 @@ name: Publish package to the Maven Central Repository on: release: types: [created] - push: - branches: - - master + #push: + # branches: + # - master jobs: build: