Abeshith commited on
Commit
17158db
·
1 Parent(s): 0c2f5e6

Auto-trigger HF deployment on main push

Browse files
.github/workflows/deploy-hf-space.yaml CHANGED
@@ -2,6 +2,7 @@ name: Deploy to HuggingFace Space
2
 
3
  on:
4
  push:
 
5
  tags:
6
  - 'v*'
7
  workflow_dispatch:
 
2
 
3
  on:
4
  push:
5
+ branches: [ main ]
6
  tags:
7
  - 'v*'
8
  workflow_dispatch: