Update github actions docker.rust.yml to ignore clients changes. (#167)

support-coreml
Zhiming Ma 2023-05-30 11:37:02 +08:00 committed by GitHub
parent 8956056120
commit f516b8024c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -4,8 +4,18 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths:
- 'Dockerfile.rust'
- 'Cargo.toml'
- 'Cargo.lock'
- 'crates/**'
pull_request: pull_request:
branches: ["main" ] branches: ["main" ]
paths:
- 'Dockerfile.rust'
- 'Cargo.toml'
- 'Cargo.lock'
- 'crates/**'
jobs: jobs:
tests: tests: