diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d170883..4faecc5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,6 +5,15 @@ on: branches: [ master ] pull_request: branches: [ master ] + workflow_dispatch: + inputs: + environment: + description: "Environment for build" + required: true + default: "production" + options: + - "production" + - "development" jobs: build: