From d9d678ccbac8a9b8654e9ca705ddec8b78e3de1e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Thu, 14 Dec 2023 17:55:15 +0100 Subject: [PATCH] CI: update filters Update the filters to make the CI happy again. This was not caught by the CI actions of #3027, as the PR had been open for too long. --- .github/filters.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/filters.yml b/.github/filters.yml index b3dc6db9b..aae15ef36 100644 --- a/.github/filters.yml +++ b/.github/filters.yml @@ -1,6 +1,7 @@ { "armsr-armv7": [ "targets/armsr-armv7", + ".github/workflows/build-gluon.yml", "modules", "Makefile", "patches/**", @@ -11,6 +12,7 @@ ], "armsr-armv8": [ "targets/armsr-armv8", + ".github/workflows/build-gluon.yml", "modules", "Makefile", "patches/**", -- GitLab