diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbb1d6f..f8112f5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,11 @@ name: Deploy to Vercel env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} -on: push +on: + push: + branches: + - 'master' + - 'main' jobs: Deploy: runs-on: ubuntu-latest