From 32e868cd5f028ef6ff9275091ec2f7941271cf97 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Mon, 2 Jun 2025 15:25:20 -0700 Subject: [PATCH] Add Cargo.toml to sdk/core/ci.yml (#6608) --- sdk/core/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index ddf1953bd..b694d0f12 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -20,6 +20,7 @@ trigger: - .github/ - '*.md' - /**/*.md + - Cargo.toml pr: branches: @@ -40,6 +41,7 @@ pr: - .github/ - '*.md' - /**/*.md + - Cargo.toml extends: template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml