diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 38ad89a05eb9f77c37675132dff6d14cbcc2d874..e382b9cd97520002c91d6214e12b81bdda5e3291 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -1,9 +1,10 @@
 name: Release Docs
 
 on:
-  push:
-    tags:
-      - '*'
+  pull_request:
+  # push:
+  #   tags:
+  #     - '*'
 
 jobs:
   build-docs: