Skip to content

Commit 8f0759d

Browse files
committed
allow workflow_dispatch of ci
1 parent a8d5817 commit 8f0759d

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
@@ -6,6 +6,8 @@ on:
66
- 'src/**'
77
- 'test/**'
88
- '*.json'
9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)