Skip to content

Commit 17cce24

Browse files
committed
Allow running build on workflow dispatch
1 parent c52e9ed commit 17cce24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- "*"
12+
workflow_dispatch:
1213

1314
jobs:
1415
build:

0 commit comments

Comments
 (0)