From 485cc70ff0622d7626d93d49b967fe1d77f55ff0 Mon Sep 17 00:00:00 2001 From: Gaurav Nelson Date: Wed, 23 Aug 2023 10:31:26 +1000 Subject: [PATCH] Updated the script to track changes in _topic_maps folder --- autopreview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopreview.sh b/autopreview.sh index 724e19385b..188aa5727c 100755 --- a/autopreview.sh +++ b/autopreview.sh @@ -22,7 +22,7 @@ if [[ "$TRAVIS_PULL_REQUEST" ]]; then send_request=false for file in $modified_files; do - if [[ $file == *.adoc || $file == "_topic_map.yml" || $file == "_distro_map.yml" ]]; then + if [[ $file == *.adoc || $file == "_topic_map.yml" || $file == "_distro_map.yml" || $file == "_topic_maps/"* ]]; then send_request=true break fi