On changes to .github/workflow/*-1.5.yml only the 1.5 images should be
tested and/or built.
- '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.
- 'apache-1.5.x/**'
- 'fpm-1.5.x/**'
- 'fpm-alpine-1.5.x/**'
+ - '.github/workflows/*-1.5.yml'
tags:
- '1.6.*'
schedule:
- apache-1.5.x/**
- fpm-1.5.x/**
- fpm-alpin-1.5.x/**
+ - '.github/workflows/*-1.5.yml'
jobs:
build-and-testvariants: