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:
1
.github/workflows/ValidateBranchName.yml
vendored
1
.github/workflows/ValidateBranchName.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch: # Allows manual execution of the workflow.
|
||||
|
||||
jobs:
|
||||
validate-branch-name-on-pull-request:
|
||||
|
Reference in New Issue
Block a user