From bdf8ce6ece5dd068fa35f7f683ad18278d9d34e2 Mon Sep 17 00:00:00 2001 From: Carlos Cesar Caballero Date: Tue, 19 Dec 2023 02:10:01 -0500 Subject: [PATCH] update deploy action to release type published --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2385c02..e6937e4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,8 +4,8 @@ name: Python application on: - push: - tags: ["releases/*"] + release: + types: [published] permissions: contents: read