Skip to content

Commit a95e65d

Browse files
committed
Allow the workflow to be triggered manually.
1 parent 0dd69c2 commit a95e65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
# required if branches-ignore is supplied (jaraco/skeleton#103)
1111
- '**'
1212
pull_request:
13+
workflow_dispatch:
1314

1415
jobs:
1516
main:

0 commit comments

Comments
 (0)