-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from OWASP-BLT/DonnieBLT/add-workflow-dispatch
Add workflow dispatch
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# 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. |