We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401b456 commit 9bb5651Copy full SHA for 9bb5651
.github/workflows/deploy-api.yml
@@ -3,8 +3,8 @@ name: Deploy API to Hugging Face Spaces
3
on:
4
push:
5
branches: [main]
6
- # paths:
7
- # - "api/**"
+ paths:
+ - "api/**"
8
workflow_dispatch:
9
10
jobs:
0 commit comments