.github/workflows/Lucene-Net-Website.yml: Don't run action when adding/updating this YAML file
diff --git a/.github/workflows/Lucene-Net-Website.yml b/.github/workflows/Lucene-Net-Website.yml
index 3b42c7c..68a526a 100644
--- a/.github/workflows/Lucene-Net-Website.yml
+++ b/.github/workflows/Lucene-Net-Website.yml
@@ -35,7 +35,7 @@
     #- master
     paths:
     - 'websites/site/**'
-    - '.github/workflows/Lucene-Net-Website.yml'
+    #- '.github/workflows/Lucene-Net-Website.yml' # This causes the action to run whenever this file is added to any branch (seems like overkill)
 
 env:
   # If a tag is specified, the tag will be in the format: Website_4_8_0_beta00013 which