From: Petr Štetiar Date: Tue, 23 May 2023 14:56:09 +0000 (+0200) Subject: ci: push-containers: trigger job on release branching X-Git-Tag: v24.10.0-rc1~5089 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12700%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml index bad39c2fc2c..28b07244ef6 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'