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: branches:
- main - main
paths-ignore: paths-ignore:
- '.gitea/**'
- '.github/**' - '.github/**'
- 'README.md' - 'README.md'
- 'jellyfin.ruleset' - 'jellyfin.ruleset'