gradio/.github/filters.json
pngwn d30432e9c6
harden CI (#8965)
* test pr

* conditional

* conditional

* conditional

* conditional

* conditional

* changes

* changes

* add changeset

* changes

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-08-05 15:27:26 +01:00

52 lines
773 B
JSON

{
"gradio": [
"client/python/**",
"gradio/**",
"requirements.txt",
".github/**",
"scripts/**",
"test/**"
],
"js": [
"js/**",
"client/js/**",
".github/**",
"package.json",
"pnpm-lock.yaml",
"tsconfig.json",
".config/**"
],
"functional": [
".github/**",
"client/**",
"demo/**",
"gradio/**",
"js/**",
"scripts/**",
"globals.d.ts",
"package.json",
"pnpm-lock.yaml",
"pyproject.toml",
"requirements.txt",
".config/**"
],
"visual": [
".github/workflows/deploy-chromatic.yml",
"js!(/_website)/**",
"package.json"
],
"website": [
"js/_website/**",
"package.json",
"pnpm-lock.yaml",
"guides/**",
"README.md",
"CHANGELOG.md",
"gradio/**",
"client/**",
"demo/**",
".github/deploy-website.yml"
]
}