ops: Make tests workflow doesn't run when the changes isn't code related
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user