do arduino build in the case that any yml files change

This commit is contained in:
Jeff Epler 2024-06-21 13:05:50 -05:00
parent d5b100829a
commit b7cc998f6b

View file

@ -39,7 +39,8 @@ jobs:
[[ $changedfile == *.cpp ]] ||
[[ $changedfile == *.h ]] ||
[[ $changedfile == *.hpp ]] ||
[[ $changedfile == *.ino ]]; then
[[ $changedfile == *.ino ]] ||
[[ $changedfile == *.yml ]]; then
ischanged=true
break
fi