diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index ed15cab..68d4ce9 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -1,8 +1,9 @@ name: Update Docs on: - pull_request_review: - types: [ approved ] + pull_request: + types: [ merged ] + branches: [ main ] # workflow_run: # workflows: [ "Code Testing" ] # types: