diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2678245..287ecf8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,13 +1,11 @@ name: Deploy to GitHub Pages on: - pull_request: - types: [closed] + push: branches: [master] jobs: build-and-deploy: - if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: