CI / CD
Configuring Manual Triggers in GitHub Actions with `workflow_dispatch`
Manually triggering GitHub Actions workflows can be very useful at times, in addition to GitHub Actions ability to be triggered on certain events, such as…