Update github actions docker.rust.yml to ignore clients changes. (#167)
parent
8956056120
commit
f516b8024c
|
|
@ -4,8 +4,18 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'Dockerfile.rust'
|
||||
- 'Cargo.toml'
|
||||
- 'Cargo.lock'
|
||||
- 'crates/**'
|
||||
pull_request:
|
||||
branches: ["main" ]
|
||||
paths:
|
||||
- 'Dockerfile.rust'
|
||||
- 'Cargo.toml'
|
||||
- 'Cargo.lock'
|
||||
- 'crates/**'
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
|
|||
Loading…
Reference in New Issue