diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 3feddaf..885b2d2 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,4 +1,4 @@ -name: Vercel Preview +name: Vercel env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} @@ -7,7 +7,7 @@ on: branches-ignore: - main jobs: - Deploy-Preview: + Preview: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2