Add Cargo.toml to sdk/core/ci.yml (#6608)

This commit is contained in:
Daniel Jurek 2025-06-02 15:25:20 -07:00 committed by GitHub
parent 0363e0b78f
commit 32e868cd5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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