Manually Trigger a GitHub Action with workflow_dispatch
There's a plethora of triggers you can use to run a GitHub Action. You can run it on a schedule, on a push or a pull request, or even on a release. Today the spotlight is on workflow_dispatch, a trigger that allows you to manually trigger a GitHub Ac...





