julien-duponchelle / python-mysql-replication

Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
2.33k stars 679 forks source link

Add workflow_dispatch to GitHub Actions #551

Closed dongwook-chan closed 1 year ago

dongwook-chan commented 1 year ago

Description: This pull request introduces the workflow_dispatch event to our GitHub Actions configuration, allowing us to manually trigger the action whenever needed.

Changes: Updated the workflow YAML file to include the workflow_dispatch event.

Benefits: Provides flexibility by letting team members run the action outside the standard automated triggers. Useful for debugging or ensuring the workflow runs as expected after certain changes. Please review the changes and let me know if any adjustments are needed.