From f02c790a13401a1086ff1237e7ee66605be02acb Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Thu, 11 May 2023 11:51:57 +0200 Subject: [PATCH] ci: remove workflow_dispatch event from the Maven artefact publication workflow --- .github/workflows/deploy-maven-release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-maven-release.yaml b/.github/workflows/deploy-maven-release.yaml index 2b64de6..2d296c0 100644 --- a/.github/workflows/deploy-maven-release.yaml +++ b/.github/workflows/deploy-maven-release.yaml @@ -1,10 +1,7 @@ name: Deploy Maven artefacts on release on: - # Automated when a release publication completes release: types: [created] - # Allow a manual run for a pre-existing tag (not the main intended usage) - workflow_dispatch: jobs: publish: