We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 374f091 + 2705000 commit a0787c8Copy full SHA for a0787c8
autopreview.sh
@@ -22,7 +22,7 @@ if [[ "$TRAVIS_PULL_REQUEST" ]]; then
22
send_request=false
23
24
for file in $modified_files; do
25
- 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
26
send_request=true
27
break
28
fi
0 commit comments