Skip to content

Commit cb2a5fc

Browse files
authored
feat(test): allow dispatch trigger on ci test workflow (#177)
1 parent 268b62b commit cb2a5fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: ci
22
on:
3+
workflow_call:
4+
workflow_dispatch:
35
push:
46
branches:
57
- master

0 commit comments

Comments
 (0)