From: Pablo Zmdl Date: Tue, 10 Jun 2025 07:41:53 +0000 (+0200) Subject: Build/test only 1.5 images on changes to 1.5 workflows X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e3e91b86efed104876bc9ce91ba3ca2416a53cb4;p=roundcube-roundcubemail-docker.git Build/test only 1.5 images on changes to 1.5 workflows On changes to .github/workflow/*-1.5.yml only the 1.5 images should be tested and/or built. --- diff --git a/.github/workflows/build-1.5.yml b/.github/workflows/build-1.5.yml index 1a8d728..34da5b4 100644 --- a/.github/workflows/build-1.5.yml +++ b/.github/workflows/build-1.5.yml @@ -11,6 +11,7 @@ on: - 'apache-1.5.x/**' - 'fpm-1.5.x/**' - 'fpm-alpine-1.5.x/**' + - '.github/workflows/*-1.5.yml' schedule: # Rebuild images each monday early morning to ensure a fresh base OS. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e2698b..a5b4e15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,7 @@ on: - 'apache-1.5.x/**' - 'fpm-1.5.x/**' - 'fpm-alpine-1.5.x/**' + - '.github/workflows/*-1.5.yml' tags: - '1.6.*' schedule: diff --git a/.github/workflows/test-1.5.yml b/.github/workflows/test-1.5.yml index 09dc7d4..4385893 100644 --- a/.github/workflows/test-1.5.yml +++ b/.github/workflows/test-1.5.yml @@ -12,6 +12,7 @@ on: - apache-1.5.x/** - fpm-1.5.x/** - fpm-alpin-1.5.x/** + - '.github/workflows/*-1.5.yml' jobs: build-and-testvariants: