ci: label changes to Makefiles as build

Makefiles are used for builds, so why not label changes to these
files as build
This commit is contained in:
casswedson 2022-03-27 18:50:21 -05:00
parent 79dcd045d3
commit 02bac30928

1
.github/labeler.yml vendored
View File

@ -49,6 +49,7 @@
"build":
- CMakeLists.txt
- "**/CMakeLists.txt"
- "**/Makefile"
- "**/*.cmake"
"test":