Fix build rules
This commit is contained in:
parent
5b5758bd21
commit
397d342117
6 changed files with 6 additions and 6 deletions
2
.github/workflows/bouncer.yml
vendored
2
.github/workflows/bouncer.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build Nginx + LetsEncrypt Bouncer
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- bouncer
|
||||
- 'bouncer/**'
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Build PHP Flavours
|
||||
|
|
|
|||
2
.github/workflows/mariadb.yml
vendored
2
.github/workflows/mariadb.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build MariaDB
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- mariadb
|
||||
- 'mariadb/**'
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
|
|
|
|||
2
.github/workflows/marshall.yml
vendored
2
.github/workflows/marshall.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build Marshall
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- marshall
|
||||
- 'marshall/**'
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
|
|
|
|||
2
.github/workflows/mqtt.yml
vendored
2
.github/workflows/mqtt.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build MQTT
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- mqtt
|
||||
- 'mqtt/**'
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
|
|
|
|||
2
.github/workflows/redis.yml
vendored
2
.github/workflows/redis.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build Redis
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- redis
|
||||
- 'redis/**'
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Lint Docker Files
|
||||
|
|
|
|||
2
.github/workflows/wordpress.yml
vendored
2
.github/workflows/wordpress.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build Wordpress Container
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- wordpress
|
||||
- 'wordpress/**'
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Build PHP Vanity Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue