From de211d45676c7bba8221e95a68c2e4131159d995 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Wed, 31 Dec 2025 01:26:19 +0100 Subject: [PATCH] Update release automation to ignore changes in the .gitea directory --- .gitea/workflows/release_automation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/release_automation.yml b/.gitea/workflows/release_automation.yml index 0ee9bd7..6407c7a 100644 --- a/.gitea/workflows/release_automation.yml +++ b/.gitea/workflows/release_automation.yml @@ -5,6 +5,7 @@ on: branches: - main paths-ignore: + - '.gitea/**' - '.github/**' - 'README.md' - 'jellyfin.ruleset'