This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 227fc923ff5d134c676ba195accfe808aae51774
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Apr 22 09:56:11 2021 +0700

    .github/workflows/Lucene-Net-Website.yml: Don't run action when 
adding/updating this YAML file
---
 .github/workflows/Lucene-Net-Website.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ on:
     #- 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

Reply via email to