Skip to content

Commit 2952c0c

Browse files
authored
Merge pull request #838 from doringeman/e2e-trigger-submodule-prs
ci(e2e): trigger on submodule-only PRs
2 parents 92ac506 + 065f0e1 commit 2952c0c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches: [ main ]
7+
paths:
8+
- '**'
9+
- 'llamacpp/native/vendor/llama.cpp'
710
push:
811
branches: [ main ]
912

0 commit comments

Comments
 (0)