Fix test-e2e.yml
This commit is contained in:
8
.github/workflows/test-e2e.yml
vendored
8
.github/workflows/test-e2e.yml
vendored
@@ -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]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user