From 93ed35c3101883364cd37dc9f3637e57ecd6c5a0 Mon Sep 17 00:00:00 2001 From: Florian Carrier Date: Mon, 7 Oct 2024 11:04:18 +0200 Subject: [PATCH] Update action trigger --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1392a5f..c048305 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ name: Release on: # Triggers the workflow on release release: + types: [published] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: