diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index f46370a..e1eb6a8 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -3,13 +3,13 @@ name: Deploy Docs # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: - workflow_dispatch: - push: + workflow_dispatch: + pull_request: branches: - master + main env: