Update release automation to ignore changes in the .gitea directory

This commit is contained in:
CodeDevMLH
2025-12-31 01:26:19 +01:00
parent dc292504b0
commit de211d4567

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
paths-ignore:
- '.gitea/**'
- '.github/**'
- 'README.md'
- 'jellyfin.ruleset'