devops: trigger Docker tests on Dockerfile changes (#839)

This commit is contained in:
Max Schmitt 2022-03-09 18:08:36 +01:00 committed by GitHub
parent 187d2ad6c6
commit be167a161b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@ on:
push:
paths:
- '.github/workflows/test_docker.yml'
- 'Dockerfile*'
- '**/Dockerfile*'
branches:
- main
- release-*
pull_request:
paths:
- .github/workflows/test_docker.yml
- utils/docker/Dockerfile.*
- '**/Dockerfile*'
- scripts/CLI_VERSION
- '**/pom.xml'
branches: