From 950599c739bbd972040320e7ca42fed44c084dde Mon Sep 17 00:00:00 2001 From: Krystian Fras Date: Wed, 27 Nov 2024 22:26:11 +0100 Subject: [PATCH] Deploy on release (#223) --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ae35773..2f66e8a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,9 +2,9 @@ name: Deploy static content to Pages on: - # Runs on pushes targeting the default branch - push: - branches: ["prod"] + # Deploy on release + release: + types: [published] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: