diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a27bea3..e56d8c3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: type: string default: "CLI, WPF, Xamarin.Mac" build-configuration: - required: true + required: false type: string workflow_dispatch: @@ -22,8 +22,8 @@ on: type: string default: "CLI, WPF, Xamarin.Mac" build-configuration: - description: "Build configuration" - required: true + description: "Build configuration for msbuild" + required: false type: choice options: - Debug