Skip to content

Commit 39ad95b

Browse files
Change trigger to changes in method_comparison/
Manual trigger still possible
1 parent bad6fdf commit 39ad95b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy_method_comparison_app.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Deploy "method_comparison" Gradio to Spaces
22

33
on:
4-
pull_request:
5-
branches: [ main ] # TODO remove
4+
push:
5+
branches: [ main ]
6+
paths:
7+
- "method_comparison/**"
68
workflow_dispatch:
79

810
jobs:

0 commit comments

Comments
 (0)