Skip to content

Commit 80392d5

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/arduino_cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
[[ $changedfile == *.h ]] ||
4141
[[ $changedfile == *.hpp ]] ||
4242
[[ $changedfile == *.ino ]]; then
43+
[[ $changedfile == *.yml ]]; then
4344
ischanged=true
4445
break
4546
fi

0 commit comments

Comments
 (0)