diff --git a/.github/workflows/autofix-python.yml b/.github/workflows/autofix-python.yml index c2872f9a64dc..62a77de5dada 100644 --- a/.github/workflows/autofix-python.yml +++ b/.github/workflows/autofix-python.yml @@ -4,6 +4,7 @@ on: pull_request: branches: [ "main" ] paths: + - '.github/workflows/autofix-python.yml' - 'python/**' permissions: diff --git a/.github/workflows/autofix-rust.yml b/.github/workflows/autofix-rust.yml index 2713fd963327..908df6ff1f9f 100644 --- a/.github/workflows/autofix-rust.yml +++ b/.github/workflows/autofix-rust.yml @@ -4,6 +4,7 @@ on: pull_request: branches: ["main" ] paths: + - '.github/workflows/autofix-rust.yml' - 'Cargo.toml' - 'Cargo.lock' - 'crates/**'