Run CI Docker workflow on pushes to main that make changes to configuration files (#5705)

This commit is contained in:
Pili Guerra 2022-11-23 15:00:11 +01:00 committed by GitHub
parent 5a6a6a3f80
commit ce27ab9934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ on:
# dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
# configuration files
- '.cargo/config.toml'
- '**/clippy.toml'
# workflow definitions
- 'docker/**'
- '.github/workflows/continous-integration-docker.yml'