Scripts related to projects mainly for high level OWASP project management
The workflow can be manually triggered using the workflow_dispatch
event. This allows you to run the workflow on demand without waiting for a push event to the main
branch.
To manually trigger the workflow, follow these steps:
- Go to the "Actions" tab in your GitHub repository.
- Select the workflow you want to run.
- Click on the "Run workflow" button.
- Optionally, provide any required inputs and click "Run workflow" again.