ci: push-containers: trigger job on release branching
authorPetr Štetiar <ynezz@true.cz>
Tue, 23 May 2023 14:56:09 +0000 (16:56 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 23 May 2023 15:49:57 +0000 (17:49 +0200)
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>
.github/workflows/push-containers.yml

index bad39c2fc2c9b35985ffccc98a75576dfc8571dd..28b07244ef6c98caab6da3a54df0b0102f44378a 100644 (file)
@@ -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'