diff --git a/.github/workflows/committer_ci.yml b/.github/workflows/committer_ci.yml index 8f1a796b4a..7d40303f82 100644 --- a/.github/workflows/committer_ci.yml +++ b/.github/workflows/committer_ci.yml @@ -8,6 +8,9 @@ on: tags: - v[0-9].** paths: + - '.github/workflows/committer_ci.yml' + - 'Cargo.toml' + - 'Cargo.lock' - 'crates/committer/**' - 'crates/committer_cli/**' @@ -19,6 +22,9 @@ on: - auto_merge_enabled - edited paths: + - '.github/workflows/committer_ci.yml' + - 'Cargo.toml' + - 'Cargo.lock' - 'crates/committer/**' - 'crates/committer_cli/**'