From: Christian Marangi Date: Wed, 4 Oct 2023 11:28:58 +0000 (+0200) Subject: CI: push-containers: refresh containers also on modify cmake options X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2a457dcd7292d9995f8672bc12d70e8a7267021a;p=openwrt%2Fstaging%2Fblocktrron.git CI: push-containers: refresh containers also on modify cmake options Refresh containers also on modify of cmake options in the include file. Signed-off-by: Christian Marangi (cherry picked from commit b40c0b54bde81243974cada51cb9a44736c773b3) --- diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml index 0cfc22b8be..e74e7c2216 100644 --- a/.github/workflows/push-containers.yml +++ b/.github/workflows/push-containers.yml @@ -4,6 +4,7 @@ on: push: paths: - 'include/version.mk' + - 'include/cmake.mk' - 'tools/**' - '.github/workflows/build-tools.yml' - '.github/workflows/push-containers.yml'