From 342ddc5ee58dae63b4b155ab8f2bb456d96655ad Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Wed, 25 May 2022 14:19:46 +0200 Subject: [PATCH] Trigger dispatch manually for test purpose Co-authored-by: CrazyMax --- .github/workflows/dispatch-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dispatch-release.yml b/.github/workflows/dispatch-release.yml index c99460e31..86c264f9b 100644 --- a/.github/workflows/dispatch-release.yml +++ b/.github/workflows/dispatch-release.yml @@ -1,8 +1,7 @@ name: dispatch release event to downstream repositories on: - release: - types: [published] + workflow_dispatch: jobs: dispatch_release_version: