Add manual trigger to ValidateBranchName workflow

- Included `workflow_dispatch` event in GitHub Actions
- Allows for manual execution of the ValidateBranchName workflow
This commit is contained in:
2024-08-23 21:29:14 +02:00
parent ea2383234f
commit 7feb0fc694

View File

@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch: # Allows manual execution of the workflow.
jobs:
validate-branch-name-on-pull-request: