berangerthomas commited on
Commit
745466e
·
1 Parent(s): 7713f31

Add manual trigger to HF sync file

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_HF.yaml +2 -1
.github/workflows/sync_HF.yaml CHANGED
@@ -2,7 +2,8 @@ name: Sync to Hugging Face Space
2
 
3
  on:
4
  push:
5
- branches: [ main ]
 
6
 
7
  jobs:
8
  sync-to-hub:
 
2
 
3
  on:
4
  push:
5
+ branches: [ main ]
6
+ workflow_dispatch:
7
 
8
  jobs:
9
  sync-to-hub: