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
The following commit(s) were added to refs/heads/master by this push:
new 6aed19b .github/workflows: Updated website/documentation configs to
use subdirectory glob patterns for paths.
6aed19b is described below
commit 6aed19b42ec03fc50f2016766ef99b7939c3594c
Author: Shad Storhaug <[email protected]>
AuthorDate: Mon Jan 10 06:02:37 2022 +0700
.github/workflows: Updated website/documentation configs to use
subdirectory glob patterns for paths.
---
.github/workflows/Lucene-Net-Documentation.yml | 4 ++--
.github/workflows/Lucene-Net-Website.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/Lucene-Net-Documentation.yml
b/.github/workflows/Lucene-Net-Documentation.yml
index 555dcda..f2618e5 100644
--- a/.github/workflows/Lucene-Net-Documentation.yml
+++ b/.github/workflows/Lucene-Net-Documentation.yml
@@ -38,8 +38,8 @@ on:
#branches:
#- master
paths:
- - 'websites/apidocs/**'
- - 'src/docs/LuceneDocsPlugins/**'
+ - 'websites/apidocs/**/*'
+ - 'src/docs/LuceneDocsPlugins/**/*'
env:
# If a tag is specified, the tag will be in the format: Docs_4_8_0_beta00013
diff --git a/.github/workflows/Lucene-Net-Website.yml
b/.github/workflows/Lucene-Net-Website.yml
index c77e59d..3874b59 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/**/*'
env:
# If a tag is specified, the tag will be in the format:
Website_4_8_0_beta00013 which