GitHub Actions: trigger docker builds on more paths

Not only a change to the docker file, also changes to the yaml files
should trigger rebuilds.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-11-25 12:46:30 -08:00
parent 95a2a670e3
commit c2b2f13119
3 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@ on:
push:
paths:
- scripts/docker/android-build-container/Dockerfile
- .github/workflows/android-docker*
jobs:
android-build-container:

View file

@ -4,7 +4,7 @@ on:
push:
paths:
- scripts/docker/trusty-qt512/Dockerfile
- .github/workflows/linux-docker*
jobs:
trusty-qt512:

View file

@ -4,7 +4,7 @@ on:
push:
paths:
- scripts/docker/mxe-build-container/*
- .github/workflows/mxe-docker*
jobs:
mxe-build-container-stage1: