diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf663dc..6323333 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,8 +3,6 @@ name: Deploy to GitHub Pages on: push: branches: [main, master] - pull_request: - branches: [main, master] workflow_dispatch: permissions: @@ -46,7 +44,6 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' steps: - name: Deploy to GitHub Pages id: deployment