1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

also build haze image on php changes

This commit is contained in:
Robin Appelman 2023-08-14 19:26:51 +02:00
commit 70f2953de9

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: ['main'] branches: ['main']
paths: paths:
- '.github/**'
- 'images/**' - 'images/**'
permissions: permissions:
@ -29,8 +30,11 @@ jobs:
with: with:
filters: | filters: |
php: php:
- '.github/**'
- 'images/php/**' - 'images/php/**'
haze: haze:
- '.github/**'
- 'images/php/**'
- 'images/haze/**' - 'images/haze/**'
- name: Log in to the Container registry - name: Log in to the Container registry