Skip to content

Commit c4748a9

Browse files
Allow running action-format on dispatch
1 parent 0539714 commit c4748a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/action-format.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: 'javascript / format'
33
on:
44
issue_comment:
55
types: [created]
6-
6+
workflow_dispatch:
7+
78
jobs:
89
format:
910
name: 'Format code'

0 commit comments

Comments
 (0)