diff options
author | Peter Johanson <[email protected]> | 2022-03-15 00:29:23 -0400 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-04-03 00:10:29 -0400 |
commit | 35db784b5db48f8ce6d9cd3944c226d697d04312 (patch) | |
tree | 3453cc5470e1a13f59180c9aca78eb58d9571e44 /.github | |
parent | 97e62f2da5bf8c4500aab4887bef02d912bb0137 (diff) | |
download | zmk-35db784b5db48f8ce6d9cd3944c226d697d04312.tar.gz zmk-35db784b5db48f8ce6d9cd3944c226d697d04312.zip |
fix: Change detection fixes for interconnect files.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03814a48d2..999aad3a7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -249,7 +249,7 @@ jobs: } break; case "interconnect": - break; + return []; } }); }))).flat(); |