Run CI Docker workflow on pushes to main that make changes to configuration files (#5705)
This commit is contained in:
parent
5a6a6a3f80
commit
ce27ab9934
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue