aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/if_changed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/if_changed.sh')
-rwxr-xr-xscripts/if_changed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/if_changed.sh b/scripts/if_changed.sh
index 51217d6..e0e2a18 100755
--- a/scripts/if_changed.sh
+++ b/scripts/if_changed.sh
@@ -46,7 +46,7 @@ elif [[ -z "$TRAVIS_COMMIT_RANGE" ]]; then
else
case "$PROJECT-$METHOD" in
Firebase-*)
- check_changes '^(Firebase|Functions|Example)'
+ check_changes '^(Firebase|Functions|GoogleUtilities|Example)'
;;
Firestore-xcodebuild|Firestore-pod-lib-lint)