Skip to content

Commit 4e1596f

Browse files
committed
More skip paths
1 parent b088f68 commit 4e1596f

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)