Skip to content

Commit edf88f5

Browse files
authored
Allow manual trigger of GH workflow (#92)
1 parent 14df9be commit edf88f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check All
22
run-name: triggered by ${{ github.actor }}
3-
on: [push]
3+
on: [push, workflow_dispatch]
44

55
permissions:
66
contents: read

0 commit comments

Comments
 (0)