Skip to content

Commit

Permalink
required修正
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Nov 15, 2023
1 parent f879c91 commit d2f6b19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string
default: "CLI, WPF, Xamarin.Mac"
build-configuration:
required: true
required: false
type: string

workflow_dispatch:
Expand All @@ -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
Expand Down

0 comments on commit d2f6b19

Please sign in to comment.