summaryrefslogtreecommitdiffstats
path: root/.github
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
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')
-rw-r--r--.github/workflows/android-dockerimage.yml1
-rw-r--r--.github/workflows/linux-dockerimage.yml2
-rw-r--r--.github/workflows/mxe-dockerimage-stage1.yml2
3 files changed, 3 insertions, 2 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:
diff --git a/.github/workflows/linux-dockerimage.yml b/.github/workflows/linux-dockerimage.yml
index 25894aa35..3890edc6e 100644
--- a/.github/workflows/linux-dockerimage.yml
+++ b/.github/workflows/linux-dockerimage.yml
@@ -4,7 +4,7 @@ on:
push:
paths:
- scripts/docker/trusty-qt512/Dockerfile
-
+ - .github/workflows/linux-docker*
jobs:
trusty-qt512:
diff --git a/.github/workflows/mxe-dockerimage-stage1.yml b/.github/workflows/mxe-dockerimage-stage1.yml
index 1452fab38..8a874e0b7 100644
--- a/.github/workflows/mxe-dockerimage-stage1.yml
+++ b/.github/workflows/mxe-dockerimage-stage1.yml
@@ -4,7 +4,7 @@ on:
push:
paths:
- scripts/docker/mxe-build-container/*
-
+ - .github/workflows/mxe-docker*
jobs:
mxe-build-container-stage1: