25 lines
516 B
YAML
25 lines
516 B
YAML
docs:
|
|
- all:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/**
|
|
- docs_src/**
|
|
- all-globs-to-all-files:
|
|
- '!sqlmodel/**'
|
|
- '!pyproject.toml'
|
|
|
|
internal:
|
|
- all:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/**
|
|
- scripts/**
|
|
- .gitignore
|
|
- .pre-commit-config.yaml
|
|
- pdm_build.py
|
|
- requirements*.txt
|
|
- all-globs-to-all-files:
|
|
- '!docs/**'
|
|
- '!sqlmodel/**'
|
|
- '!pyproject.toml'
|