Skip to content

Commit a4dbb58

Browse files
author
markzegarelli
authored
Merge branch 'master' into DOC-188_Deploy-Journeys
2 parents 3d6a712 + 49b9b6b commit a4dbb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ignore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ elif echo "$log" | grep -q 'dependabot'; then
2323
echo "Ignoring dependabot update"
2424
exit
2525
# ignore when master is merged into a branch
26-
elif echo "$log" | grep -q 'Merge branch \SMaster\S'; then
26+
elif echo "$log" | grep -q 'Merge branch \Smaster\S'; then
2727
echo "Build ignored because it's only an update from the main branch."
2828
exit
2929
else

0 commit comments

Comments
 (0)