diff --git a/.github/workflows/lint-dependencies.yml b/.github/workflows/lint-dependencies.yml index bf0c92a33..d19d646ab 100644 --- a/.github/workflows/lint-dependencies.yml +++ b/.github/workflows/lint-dependencies.yml @@ -1,7 +1,14 @@ -name: CI +name: Lint Dependencies on: + push: + paths: + - '.github/workflows/lint-dependencies.yml' + - 'Cargo.lock' + - '**/Cargo.toml' + - 'deny.toml' pull_request: paths: + - '.github/workflows/lint-dependencies.yml' - 'Cargo.lock' - '**/Cargo.toml' - 'deny.toml'