Ignore .github folder from check CI

This commit is contained in:
Darko Gjorgjijoski
2025-08-31 16:12:56 +02:00
parent e949c2427d
commit 7bffa3cfee

View File

@@ -4,6 +4,7 @@ name: Check
on:
push:
paths-ignore:
- '.github/**/*'
- '**/*.md'
- 'public/build/*.js'
- 'public/build/**/*.js'