derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
52 stars 18 forks source link

feat: allow `workflow_dispatch` event #12

Closed smoya closed 3 years ago

smoya commented 3 years ago

This PR adds workflow_dispatch as a valid event for this Action, allowing manual triggering of workflows.