diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6baa91..f6450bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,11 +19,8 @@ jobs: yarn yarn test - deploy-docs: - if: github.ref == 'refs/heads/master' - runs-on: ubuntu-latest - steps: - name: Trigger deploy + if: github.ref == 'refs/heads/main' env: deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }} run: |