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.
This commit is contained in:
Mohamed Boudra
2026-03-30 08:48:06 +07:00
parent 8047394154
commit 352a4e793a

View File

@@ -9,6 +9,8 @@ on:
- 'package-lock.json'
- 'patches/**'
- '.github/workflows/deploy-website.yml'
release:
types: [published, edited]
workflow_dispatch:
jobs: