ops: Make tests workflow doesn't run when the changes isn't code related

This commit is contained in:
Karim shoair
2025-09-14 21:35:58 +03:00
parent d259b85c5b
commit c7b9d45232
+9
View File
@@ -4,6 +4,15 @@ on:
branches:
- main
- dev
paths-ignore:
- '*.md'
- '**/*.md'
- 'docs/*'
- 'images/*'
- '.github/*'
- '*.yml'
- '*.yaml'
- 'ruff.toml'
concurrency:
group: ${{github.workflow}}-${{ github.ref }}