Skip to content

Commit 8f41f8c

Browse files
Allow action-sync on workflow_dispatch
1 parent c4748a9 commit 8f41f8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/action-sync.yml

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

0 commit comments

Comments
 (0)