diff --git a/README.md b/README.md index 86207d6..fd256da 100644 --- a/README.md +++ b/README.md @@ -302,13 +302,13 @@ jobs: ```yml # .github/workflows/deploy.yml -name: Deploy PR previews +name: Deploy on: push: branches: - main jobs: - deploy-preview: + deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3