diff --git a/.github/workflows/kms-connector-docker-build.yml b/.github/workflows/kms-connector-docker-build.yml index fdbf83dc8..503805101 100644 --- a/.github/workflows/kms-connector-docker-build.yml +++ b/.github/workflows/kms-connector-docker-build.yml @@ -101,7 +101,7 @@ jobs: - kms-connector/crates/gw-listener/** - kms-connector/crates/utils/** - kms-connector/Cargo.* - - gateway-contracts/rust-bindings/** + - gateway-contracts/rust_bindings/** check-changes-kms-worker: uses: ./.github/workflows/check-changes-for-docker-build.yml @@ -118,8 +118,8 @@ jobs: - kms-connector/crates/kms-worker/** - kms-connector/crates/utils/** - kms-connector/Cargo.* - - gateway-contracts/rust-bindings/** - - host-contracts/rust-bindings/** + - gateway-contracts/rust_bindings/** + - host-contracts/rust_bindings/** check-changes-tx-sender: uses: ./.github/workflows/check-changes-for-docker-build.yml @@ -136,7 +136,7 @@ jobs: - kms-connector/crates/tx-sender/** - kms-connector/crates/utils/** - kms-connector/Cargo.* - - gateway-contracts/rust-bindings/** + - gateway-contracts/rust_bindings/** ######################################################################## # BUILD DECISIONS # diff --git a/.github/workflows/kms-connector-tests.yml b/.github/workflows/kms-connector-tests.yml index 2e9a75464..518e35afa 100644 --- a/.github/workflows/kms-connector-tests.yml +++ b/.github/workflows/kms-connector-tests.yml @@ -39,8 +39,8 @@ jobs: - kms-connector/connector-db/** - kms-connector/crates/** - kms-connector/Cargo.* - - gateway-contracts/rust-bindings/** - - host-contracts/rust-bindings/** + - gateway-contracts/rust_bindings/** + - host-contracts/rust_bindings/** start-runner: name: kms-connector-tests/start-runner