Skip to content

Commit a0787c8

Browse files
Merge pull request #63837 from gaurav-nelson/autopreviewscriptfix2
Updated the script to track changes in _topic_maps folder
2 parents 374f091 + 2705000 commit a0787c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autopreview.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [[ "$TRAVIS_PULL_REQUEST" ]]; then
2222
send_request=false
2323

2424
for file in $modified_files; do
25-
if [[ $file == *.adoc || $file == "_topic_map.yml" || $file == "_distro_map.yml" ]]; then
25+
if [[ $file == *.adoc || $file == "_topic_map.yml" || $file == "_distro_map.yml" || $file == "_topic_maps/"* ]]; then
2626
send_request=true
2727
break
2828
fi

0 commit comments

Comments
 (0)