Fix build rules

This commit is contained in:
Greyscale 2021-10-17 22:04:09 +02:00
parent 5b5758bd21
commit 397d342117
No known key found for this signature in database
GPG key ID: D38CDF6CE08284DD
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ name: Build Nginx + LetsEncrypt Bouncer
on:
push:
paths:
- bouncer
- 'bouncer/**'
workflow_run:
workflows:
- Build PHP Flavours

View file

@ -3,7 +3,7 @@ name: Build MariaDB
on:
push:
paths:
- mariadb
- 'mariadb/**'
workflow_run:
workflows:
- Lint Docker Files

View file

@ -3,7 +3,7 @@ name: Build Marshall
on:
push:
paths:
- marshall
- 'marshall/**'
workflow_run:
workflows:
- Lint Docker Files

View file

@ -3,7 +3,7 @@ name: Build MQTT
on:
push:
paths:
- mqtt
- 'mqtt/**'
workflow_run:
workflows:
- Lint Docker Files

View file

@ -3,7 +3,7 @@ name: Build Redis
on:
push:
paths:
- redis
- 'redis/**'
workflow_run:
workflows:
- Lint Docker Files

View file

@ -3,7 +3,7 @@ name: Build Wordpress Container
on:
push:
paths:
- wordpress
- 'wordpress/**'
workflow_run:
workflows:
- Build PHP Vanity Tags