Skip to content

Commit 1520277

Browse files
ci: enable workflow_dispatch (#137)
The commit enables the `workflow_dispatch` so we can manually trigger CI when needed. Signed-off-by: vince-fugnitto <[email protected]>
1 parent 2945545 commit 1520277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
workflow_dispatch:
78
pull_request:
89
branches:
910
- master

0 commit comments

Comments
 (0)