diff --git a/.github/workflows/release_web.yml b/.github/workflows/release_web.yml index 124434aa..eb5ba2d3 100644 --- a/.github/workflows/release_web.yml +++ b/.github/workflows/release_web.yml @@ -2,9 +2,8 @@ name: Deploy Docusaurus to GitHub Pages on: push: - branches: - - "*" - + pull_request: + jobs: deploy: name: Deploy to GitHub Page