CI: ensure docker is rebuilt on corresponding workflow changes

This commit is contained in:
Matias N 2021-04-22 20:03:09 -03:00 committed by Brennan Ashton
parent 238fa3bae2
commit f44675879c
1 changed files with 2 additions and 0 deletions

View File

@ -19,11 +19,13 @@ on:
- master
paths:
- 'tools/ci/docker/linux/**'
- '.github/workflows/docker_linux.yml'
# Run builds for any PRs.
pull_request:
paths:
- 'tools/ci/docker/linux/**'
- '.github/workflows/docker_linux.yml'
env:
IMAGE_NAME: apache-nuttx-ci-linux