qqubb commited on
Commit
adc61e7
·
unverified ·
1 Parent(s): 19bf8d6

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -22,8 +22,8 @@ jobs:
22
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
  run: git push https://billmarino:[email protected]/spaces/camlsys/compliancecards main
24
 
25
- - name: Push dev branch to Hugging Face
26
- if: github.ref == 'refs/heads/dev'
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
  run: git push https://billmarino:[email protected]/spaces/camlsys/compliancecards test
 
22
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
  run: git push https://billmarino:[email protected]/spaces/camlsys/compliancecards main
24
 
25
+ - name: Push test branch to Hugging Face
26
+ if: github.ref == 'refs/heads/test'
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
  run: git push https://billmarino:[email protected]/spaces/camlsys/compliancecards test