From c56731d8a72a9a3e18f87eaafb08debf9ca8495a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Priit=20L=C3=A4tt?= Date: Thu, 16 May 2024 16:38:42 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7b22a0..4061be7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,9 +19,12 @@ on: required: true type: string environment: - description: 'Environment to run tests against' - type: environment required: true + type: choice + options: + - debug + - staging + - production jobs: print-tag: