Update .github/workflows/tests.yml

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-03-15 23:07:36 -04:00
parent e2628aa60c
commit 53264fcdea
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -26,8 +26,8 @@ on:
- "!**/*.py" # No .py files
- "!**/*.sh" # No .sh files
- "!**/*.md" # No .md files
- "!**/*.png" # TODO: Can the deletion of these files break tests? (REMOVE COMMENT AFTER REVIEW)
- "!**/*.jpg" # TODO: Can the deletion of these files break tests? (REMOVE COMMENT AFTER REVIEW)
- "!**/*.png"
- "!**/*.jpg"
- "!**/.git*" # .gitkeep and family
pull_request: