diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6253b105..1144c355 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,9 +1,9 @@ # This workflow will build a .NET project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net +name: Dotnet build and test on: - - workflow_dispatch: + workflow_dispatch: inputs: logLevel: description: 'Log level'