HIVE-27061: Website deployment GitHub action should not trigger on pull requests
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index b09bfd8..5937105 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -23,7 +23,6 @@
   push:
     branches:
       - main  # Set a branch to deploy
-  pull_request:
 
 jobs:
   deploy: