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.openwrt.org/?a=commitdiff_plain;h=b40c0b54bde81243974cada51cb9a44736c773b3;p=openwrt%2Fopenwrt.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 --- diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml index 0d41b0a67f..74f534d57a 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/push-containers.yml' - 'toolchain/**'