From d9dfda17367679f71212c9f748c169783d90eef7 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Wed, 20 Nov 2024 01:59:32 -0500 Subject: [PATCH] chore: fix website workflow --- .github/workflows/website.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d64b559..83b3d68 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -1,5 +1,8 @@ name: Update website -on: [release] +on: + release: + types: [published] + workflow_dispatch: jobs: deploy: