Skip to content

Commit

Permalink
Allow manual trigger of GH workflow (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi authored Jun 9, 2023
1 parent 14df9be commit edf88f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkall.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check All
run-name: triggered by ${{ github.actor }}
on: [push]
on: [push, workflow_dispatch]

permissions:
contents: read
Expand Down

0 comments on commit edf88f5

Please sign in to comment.