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.
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.