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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch: # Allows manual execution of the workflow.
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate-branch-name-on-pull-request:
|
validate-branch-name-on-pull-request:
|
||||||
|
Reference in New Issue
Block a user