From be3b061d7bbf425c95ef9108a37c51747c0025e9 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sun, 4 Dec 2022 20:58:11 +0100 Subject: CI: trigger check also on build and check-kernel-patches workflow change Since kernel and packages workflow now use a shared build workflow, they also need to react on changes on these shared workflow. Fix this and add these shared workflow to the event paths to check. Signed-off-by: Christian Marangi (cherry picked from commit 644175c29ca11e0a008c58c82986045f738f5c6f) --- .github/workflows/packages.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/packages.yml') diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index a374b37023..94982ba65b 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -3,6 +3,7 @@ name: Build all core packages on: pull_request: paths: + - '.github/workflows/build.yml' - '.github/workflows/packages.yml' - 'config/**' - 'include/**' @@ -11,6 +12,7 @@ on: - 'toolchain/**' push: paths: + - '.github/workflows/build.yml' - '.github/workflows/packages.yml' - 'config/**' - 'include/**' -- cgit v1.2.3