From 9d40d2f6b4047ba59fa20855afc57d4e1db1ca3a Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Thu, 12 Oct 2023 08:59:05 +0200 Subject: [PATCH] Automatically deploy the website on master --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index dd532ddf7..8fec7ac1a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -2,7 +2,7 @@ name: Website on: push: - branches: [ 'website-v3' ] + branches: [ 'master' ] env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}