diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index a4783e65..12e3a94f 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -4,10 +4,7 @@ name: GitHub Pages on: push: branches: - - "*" - pull_request: - branches: - - "*" + - "main" jobs: deploy: