From 3aa442eb9574484db34c0a7f4ae6327909f8fcb9 Mon Sep 17 00:00:00 2001 From: Armin Reichert Date: Mon, 20 Jan 2025 12:20:50 +0100 Subject: [PATCH] Change workflow event --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d38ec63c..f103554f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ name: Release on: release: - types: [ published ] # if this is omitted, the workflow starts 3 times when creating a release! + types: [ created, edited ] # if this is omitted, the workflow starts 3 times when creating a release! jobs: