Spaces:
Sleeping
Sleeping
korupolujayanth2004 commited on
Commit ·
bbc8101
1
Parent(s): 855a8fa
Update sync-to-hf.yml
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
|
@@ -3,6 +3,8 @@ name: Sync to Hugging Face hub
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches: [main] # Or whatever your default branch is
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# To run this workflow manually from the Actions tab
|
| 8 |
workflow_dispatch:
|
|
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches: [main] # Or whatever your default branch is
|
| 6 |
+
paths:
|
| 7 |
+
- 'rag-mini-project/**'
|
| 8 |
|
| 9 |
# To run this workflow manually from the Actions tab
|
| 10 |
workflow_dispatch:
|