Skip to content

Commit f3830e4

Browse files
committed
Add workflow_dispatch trigger to GitHub Actions build workflow
1 parent 1bf199f commit f3830e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags: [ 'v*' ]
77
pull_request:
88
branches: [ master ]
9+
workflow_dispatch:
910

1011
env:
1112
DOTNET_VERSION: '8.0.x'

0 commit comments

Comments
 (0)