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: