do arduino build in the case that any yml files change
This commit is contained in:
parent
d5b100829a
commit
b7cc998f6b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/arduino_cron.yml
vendored
3
.github/workflows/arduino_cron.yml
vendored
|
|
@ -39,7 +39,8 @@ jobs:
|
|||
[[ $changedfile == *.cpp ]] ||
|
||||
[[ $changedfile == *.h ]] ||
|
||||
[[ $changedfile == *.hpp ]] ||
|
||||
[[ $changedfile == *.ino ]]; then
|
||||
[[ $changedfile == *.ino ]] ||
|
||||
[[ $changedfile == *.yml ]]; then
|
||||
ischanged=true
|
||||
break
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue