diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b96543b..54ed6b81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: Build and test on: pull_request: + workflow_dispatch: env: DOTNET_NOLOGO: true jobs: @@ -14,4 +15,4 @@ jobs: dotnet-version: '8.0.x' - run: dotnet --info - name: Build solution and run all tests - run: dotnet test --verbosity normal \ No newline at end of file + run: dotnet test --verbosity normal