mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
95a2a670e3
commit
c2b2f13119
3 changed files with 3 additions and 2 deletions
1
.github/workflows/android-dockerimage.yml
vendored
1
.github/workflows/android-dockerimage.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- scripts/docker/android-build-container/Dockerfile
|
||||
- .github/workflows/android-docker*
|
||||
|
||||
jobs:
|
||||
android-build-container:
|
||||
|
|
2
.github/workflows/linux-dockerimage.yml
vendored
2
.github/workflows/linux-dockerimage.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- scripts/docker/trusty-qt512/Dockerfile
|
||||
|
||||
- .github/workflows/linux-docker*
|
||||
|
||||
jobs:
|
||||
trusty-qt512:
|
||||
|
|
2
.github/workflows/mxe-dockerimage-stage1.yml
vendored
2
.github/workflows/mxe-dockerimage-stage1.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- scripts/docker/mxe-build-container/*
|
||||
|
||||
- .github/workflows/mxe-docker*
|
||||
|
||||
jobs:
|
||||
mxe-build-container-stage1:
|
||||
|
|
Loading…
Add table
Reference in a new issue