aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/android-dockerimage.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-25 12:46:30 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-28 11:12:59 -0800
commitc2b2f131190240b76718aede9c8871c8d471d78a (patch)
tree7a9856da9bfd3560ea7b596b2394230680f008f9 /.github/workflows/android-dockerimage.yml
parent95a2a670e3e7a6aae81ef0970e99750d41709570 (diff)
downloadsubsurface-c2b2f131190240b76718aede9c8871c8d471d78a.tar.gz
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>
Diffstat (limited to '.github/workflows/android-dockerimage.yml')
-rw-r--r--.github/workflows/android-dockerimage.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-dockerimage.yml b/.github/workflows/android-dockerimage.yml
index 91af87363..ce97e3da5 100644
--- a/.github/workflows/android-dockerimage.yml
+++ b/.github/workflows/android-dockerimage.yml
@@ -4,6 +4,7 @@ on:
push:
paths:
- scripts/docker/android-build-container/Dockerfile
+ - .github/workflows/android-docker*
jobs:
android-build-container: