Skip to content

Commit 81827b1

Browse files
authored
Merge pull request #2557 from ksss/valgrind
More skip paths with valgrind
2 parents b088f68 + 4e1596f commit 81827b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/valgrind.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ on:
88
- "ext/**"
99
- "include/**"
1010
- "src/**"
11-
pull_request: {}
11+
pull_request:
12+
paths:
13+
- "ext/**"
14+
- "include/**"
15+
- "src/**"
1216
merge_group: {}
1317

1418
jobs:

0 commit comments

Comments
 (0)