Skip to content

Commit e2195b7

Browse files
committed
Add workflow_dispatch trigger to Valgrind workflow
This allows manual execution of Valgrind tests on any branch via GitHub Actions UI.
1 parent a9c02b3 commit e2195b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/valgrind.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- "include/**"
1515
- "src/**"
1616
merge_group: {}
17+
workflow_dispatch:
1718

1819
jobs:
1920
valgrind:

0 commit comments

Comments
 (0)