From cd75ff9a8a973444efbb2923a2e4a87efb262cd5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 8 Oct 2025 11:00:36 +0300 Subject: [PATCH] chore(ci): deploy website on release --- .github/workflows/website.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 377c7544e..bfb2c4721 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -11,6 +11,9 @@ on: paths: - "apps/website/**" + release: + types: [ released ] + jobs: build-and-deploy: runs-on: ubuntu-latest