Skip to content

Commit a3b2e3d

Browse files
committed
ci: add workflow_dispatch event to CI configuration
1 parent 6b841a4 commit a3b2e3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CMake
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67
release:
78
types: [ published ]
89

0 commit comments

Comments
 (0)