Skip to content

Commit 49b9b6b

Browse files
author
markzegarelli
authored
update ignore.sh reference 'master' correctly
1 parent daf1f32 commit 49b9b6b

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)