mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-31 23:14:21 +01:00
24 lines
485 B
YAML
24 lines
485 B
YAML
bindings/java:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'bindings/java/**'
|
|
|
|
bindings/go:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'bindings/go/**'
|
|
|
|
bindings/python:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'bindings/python/**'
|
|
|
|
bindings/rust:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'bindings/rust/**'
|
|
|
|
bindings/wasm:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'bindings/wasm/**'
|
|
|
|
core:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'core/**'
|