CI: ensure docker is rebuilt on corresponding workflow changes
This commit is contained in:
parent
238fa3bae2
commit
f44675879c
2
.github/workflows/docker_linux.yml
vendored
2
.github/workflows/docker_linux.yml
vendored
@ -19,11 +19,13 @@ on:
|
|||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'tools/ci/docker/linux/**'
|
- 'tools/ci/docker/linux/**'
|
||||||
|
- '.github/workflows/docker_linux.yml'
|
||||||
|
|
||||||
# Run builds for any PRs.
|
# Run builds for any PRs.
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'tools/ci/docker/linux/**'
|
- 'tools/ci/docker/linux/**'
|
||||||
|
- '.github/workflows/docker_linux.yml'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: apache-nuttx-ci-linux
|
IMAGE_NAME: apache-nuttx-ci-linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user