Skip to content

Commit a23da30

Browse files
committed
Allow manually triggering the CI workflow
1 parent 952a11a commit a23da30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
paths:
1010
- '**.dart'
1111
- 'pubspec.yaml'
12-
workflow_call: { }
12+
workflow_call:
13+
workflow_dispatch:
1314

1415
jobs:
1516
test:

0 commit comments

Comments
 (0)