diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f3488857..3dc698e1 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -9,6 +9,16 @@ on: branches: - main types: [opened, reopened, synchronize, labeled] + workflow_dispatch: + inputs: + environment: + description: "Environment" + required: true + type: choice + options: + - test + - preproduction + - production permissions: contents: write