Skip to content

Commit 552f8cb

Browse files
authored
Enable manual trigger for .NET workflow
Added manual trigger for workflow dispatch.
1 parent 67082e2 commit 552f8cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: .NET
55

66
on:
7+
workflow_dispatch: # Manual trigger
78
push:
89
branches: [ "main" ]
910
pull_request:

0 commit comments

Comments
 (0)