From 4b38d57c1d7a3045417caac0f855ccf3b32de370 Mon Sep 17 00:00:00 2001 From: Roberto Prevato Date: Sat, 17 Feb 2024 10:12:14 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c7ffb4..4873424 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,10 +2,11 @@ name: Main on: workflow_dispatch: - publish_artifacts: - description: 'Publish artifacts (Y|N)' - required: true - default: 'N' + input: + publish_artifacts: + description: 'Publish artifacts (Y|N)' + required: true + default: 'N' release: types: [published] push: