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 92f4aefb2944e8c9c612a72c2426dc6b928f493c
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Apr 22 09:58:57 2021 +0700

    .github/workflows/Lucene-Net-Website.yml: Run action whenever any nested 
file below websites/site is added/edited
---
 .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 68a526a..8f5eb40 100644
--- a/.github/workflows/Lucene-Net-Website.yml
+++ b/.github/workflows/Lucene-Net-Website.yml
@@ -34,7 +34,7 @@ on:
     #branches:
     #- master
     paths:
-    - 'websites/site/**'
+    - 'websites/site/**/*'
     #- '.github/workflows/Lucene-Net-Website.yml' # This causes the action to 
run whenever this file is added to any branch (seems like overkill)
 
 env:

Reply via email to