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 8fc2a0f00f)
This commit is contained in:
Petr Štetiar 2023-05-23 16:56:09 +02:00
parent 7d226e13e2
commit 7df43979d1
No known key found for this signature in database
GPG Key ID: 58EE120F30CC02D3

View File

@ -3,6 +3,7 @@ name: Build and Push prebuilt tools container
on: on:
push: push:
paths: paths:
- 'include/version.mk'
- 'tools/**' - 'tools/**'
- '.github/workflows/build-tools.yml' - '.github/workflows/build-tools.yml'
- '.github/workflows/push-containers.yml' - '.github/workflows/push-containers.yml'