From 352a4e793ae3c797b5afa9d8d34b268af3922cb8 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Mon, 30 Mar 2026 08:48:06 +0700 Subject: [PATCH] feat(website): redeploy on new GitHub releases The website fetches the latest release version at build time, so it needs to redeploy when a new release is published to pick up updated download links. --- .github/workflows/deploy-website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index c2c8b1bd8..64c04b83b 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -9,6 +9,8 @@ on: - 'package-lock.json' - 'patches/**' - '.github/workflows/deploy-website.yml' + release: + types: [published, edited] workflow_dispatch: jobs: