Просмотр исходного кода

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 <[email protected]>
Petr Štetiar 2 лет назад
Родитель
Сommit
8fc2a0f00f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .github/workflows/push-containers.yml

+ 1 - 0
.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'