Enable manual build
Rob Mensching committed
Jul 26, 2022 at 17:51 UTC
457ef57f96c1706a63e8f848be3e07a58e7de6a3
1 file changed
+4
.github/workflows/build.yml
+4
@@ -9,6 +9,10 @@ on:
9
branches:
10
- master
11
- develop
12
+ workflow_dispatch:
13
+ inputs:
14
+ tags:
15
+ manual: true
16
17
env:
18
DOTNET_NOLOGO: true