fix: include .gitea directory in workflow paths
Some checks failed
sorting / run-scripts (push) Has been cancelled

This commit is contained in:
snusxd
2026-04-13 21:42:49 +03:00
parent 06d8040dbd
commit a48693b5be

View File

@@ -5,6 +5,7 @@ on:
paths: paths:
- "_sprites/**" - "_sprites/**"
- "scripts/**" - "scripts/**"
- ".gitea/**"
concurrency: concurrency:
group: sorting-${{ gitea.ref }} group: sorting-${{ gitea.ref }}