Skip to content

Commit 2c30068

Browse files
authored
Fix if_changed for addition of InAppMessagingDisplay (#1954)
1 parent e219c93 commit 2c30068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/if_changed.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ elif [[ -z "$TRAVIS_COMMIT_RANGE" ]]; then
4646
else
4747
case "$PROJECT-$METHOD" in
4848
Firebase-*)
49-
check_changes '^(Firebase|Functions|GoogleUtilities|Example)'
49+
check_changes '^(Firebase/Auth|Firebase/Core|Firebase/Database|Firebase/DynamicLinks|'\
50+
'Firebase/Messaging|Firebase/Storage|Functions|GoogleUtilities|Example)'
5051
;;
5152

5253
InAppMessagingDisplay-*)

0 commit comments

Comments
 (0)