Farid Karimli commited on
Commit
3e8e47b
1 Parent(s): 5827db8

Only include workflow file change

Browse files
.github/workflows/push_to_hf_space_prototype.yml CHANGED
@@ -1,10 +1,10 @@
1
  name: Push Prototype to HuggingFace
2
 
3
  on:
4
- push:
5
  branches:
6
- - prototype_deploy
7
-
8
 
9
  jobs:
10
  build:
@@ -18,4 +18,3 @@ jobs:
18
  repo_type: space
19
  space_sdk: static
20
  hf_token: ${{ secrets.HF_TOKEN }}
21
-
 
1
  name: Push Prototype to HuggingFace
2
 
3
  on:
4
+ pull_request:
5
  branches:
6
+ - dev_branch
7
+
8
 
9
  jobs:
10
  build:
 
18
  repo_type: space
19
  space_sdk: static
20
  hf_token: ${{ secrets.HF_TOKEN }}