diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6db1167..9ff4fc0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,8 +17,8 @@ jobs: with: node-version-file: ".nvmrc" cache: pnpm - - name: Update Stage - if: github.ref == 'refs/heads/dev' + - name: Update Production + if: github.ref == 'refs/heads/main' env: LIARA_TOKEN: ${{ secrets.LIARA_API_TOKEN }} run: |