Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 1f089e7

Browse files
committed
Added manual trigger to the gh workflows
Signed-off-by: Evgeny Soynov <[email protected]>
1 parent 19327ba commit 1f089e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
workflow_dispatch:
46

57
jobs:
68
setup_matrix:

0 commit comments

Comments
 (0)