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
|
# dependencies
|
||||||
- '**/Cargo.toml'
|
- '**/Cargo.toml'
|
||||||
- '**/Cargo.lock'
|
- '**/Cargo.lock'
|
||||||
|
# configuration files
|
||||||
|
- '.cargo/config.toml'
|
||||||
|
- '**/clippy.toml'
|
||||||
# workflow definitions
|
# workflow definitions
|
||||||
- 'docker/**'
|
- 'docker/**'
|
||||||
- '.github/workflows/continous-integration-docker.yml'
|
- '.github/workflows/continous-integration-docker.yml'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue