Narrow scope of client_targets build

This commit is contained in:
Michael Vines 2022-02-24 20:08:47 -08:00
parent 2d55a8e1c3
commit 274a6a5ccb
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
paths:
- "client/**"
- "sdk/**"
- ".github/workflows/client-targets.yml"
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always