[openwrt/openwrt] CI: push-containers: refresh containers also on modify cmake options
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 4 04:31:05 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/2a457dcd7292d9995f8672bc12d70e8a7267021a
commit 2a457dcd7292d9995f8672bc12d70e8a7267021a
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Oct 4 13:28:58 2023 +0200
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 <ansuelsmth at gmail.com>
(cherry picked from commit b40c0b54bde81243974cada51cb9a44736c773b3)
---
.github/workflows/push-containers.yml | 1 +
1 file changed, 1 insertion(+)
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'
More information about the lede-commits
mailing list