Skip to content

Commit b7f7c45

Browse files
committed
Add workflow disptach for format command
1 parent 01f5a7d commit b7f7c45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: format-command
1+
name: Format
22
on:
33
repository_dispatch:
44
types: [format-command]
5+
workflow_dispatch:
56
jobs:
67
format:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)