summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar2023-05-23 14:56:09 +0000
committerPetr Štetiar2023-05-23 19:41:49 +0000
commit7df43979d102fac7b4f5ca519512c601709aac3b (patch)
tree9d46af86790ed5439bc97e66d63306b09c1992ea
parent7d226e13e249f72ec8154cf8974ecbf1696ed7e2 (diff)
downloadopenwrt-7df43979d102fac7b4f5ca519512c601709aac3b.tar.gz
ci: push-containers: trigger job on release branching
Currently all 23.05 related CI jobs are failing as the containers are not available, so lets fix it by pushing those containers when the version.mk changes. Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit 8fc2a0f00f7f62ded3c849e78742c3d87d52ec91)
-rw-r--r--.github/workflows/push-containers.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml
index bad39c2fc2..28b07244ef 100644
--- a/.github/workflows/push-containers.yml
+++ b/.github/workflows/push-containers.yml
@@ -3,6 +3,7 @@ name: Build and Push prebuilt tools container
on:
push:
paths:
+ - 'include/version.mk'
- 'tools/**'
- '.github/workflows/build-tools.yml'
- '.github/workflows/push-containers.yml'