From e875e781a73349e6ac7092e3c599bdfb2526e08e Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 26 May 2025 16:46:47 +0200 Subject: [PATCH] chore(workflows): enable release event handling in sync-github --- .gitea/workflows/sync-github.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sync-github.yml b/.gitea/workflows/sync-github.yml index 64fa49b..e710a1a 100644 --- a/.gitea/workflows/sync-github.yml +++ b/.gitea/workflows/sync-github.yml @@ -7,8 +7,8 @@ on: description: "Release tag to synchronize" required: false type: string - # release: - # types: [published, edited] + release: + types: [published, edited] jobs: sync-github: