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 }}