name: โ–ฒ Deploy on: workflow_run: workflows: - ๐Ÿงช Code checking - ๐ŸŽ‰ Release types: - completed branches: - main jobs: deploy: if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'loreddev/loredmarkdown' }} uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main secrets: inherit with: production: true