Skip to content

Commit b7cc998

Browse files
committed
do arduino build in the case that any yml files change
1 parent d5b1008 commit b7cc998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/arduino_cron.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
[[ $changedfile == *.cpp ]] ||
4040
[[ $changedfile == *.h ]] ||
4141
[[ $changedfile == *.hpp ]] ||
42-
[[ $changedfile == *.ino ]]; then
42+
[[ $changedfile == *.ino ]] ||
43+
[[ $changedfile == *.yml ]]; then
4344
ischanged=true
4445
break
4546
fi

0 commit comments

Comments
 (0)