Skip to content

Commit addf115

Browse files
committed
CI: run Valgrind job on PRs that touch .VERSION (proxy for rc-vX.Y.Z PRs)
1 parent df9fe88 commit addf115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/valgrind.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- src/*.[hc]
12+
- .VERSION
1213

1314
env:
1415
VALGRIND: valgrind --trace-children=yes --leak-check=full --error-exitcode=1

0 commit comments

Comments
 (0)