Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 617 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 617 Bytes

BLT-Tomato

Scripts related to projects mainly for high level OWASP project management

  1. Funding https://owasp-blt.github.io/BLT-Tomato/

Manually Triggering the Workflow

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:

  1. Go to the "Actions" tab in your GitHub repository.
  2. Select the workflow you want to run.
  3. Click on the "Run workflow" button.
  4. Optionally, provide any required inputs and click "Run workflow" again.