ops: update workflows triggers

and pinning playwright version here too
This commit is contained in:
Karim shoair
2026-02-28 16:45:26 +02:00
parent 69f916d694
commit 50a69c3583
3 changed files with 21 additions and 4 deletions
+16 -3
View File
@@ -7,9 +7,22 @@ on:
paths-ignore:
- '*.md'
- '**/*.md'
- 'docs/*'
- 'images/*'
- '.github/*'
- 'docs/**'
- 'images/**'
- '.github/**'
- '*.yml'
- '*.yaml'
- 'ruff.toml'
pull_request:
branches:
- main
- dev
paths-ignore:
- '*.md'
- '**/*.md'
- 'docs/**'
- 'images/**'
- '.github/**'
- '*.yml'
- '*.yaml'
- 'ruff.toml'