Fix test-e2e.yml

This commit is contained in:
Volodymyr Zotov
2025-12-12 14:28:54 -06:00
parent 80f581e4b5
commit 0f3110274c

View File

@@ -3,7 +3,15 @@ name: E2E Tests
on: on:
push: push:
branches: [main] branches: [main]
paths-ignore: &ignore_paths
- "docs/**"
- "config/**"
- "*.md"
- ".gitignore"
- "LICENSE"
- "tests/**"
pull_request: pull_request:
paths-ignore: *ignore_paths
repository_dispatch: repository_dispatch:
types: [ok-to-test-command] types: [ok-to-test-command]