mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
update-sizewatcher (#1377)
This commit is contained in:
parent
499f6013ad
commit
c03241591e
12
.github/workflows/sizewatcher.yml
vendored
12
.github/workflows/sizewatcher.yml
vendored
@ -1,3 +1,15 @@
|
||||
name: gradio-sizewatcher
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user