Spaces:
Sleeping
Sleeping
qqubb
commited on
Update main.yml
Browse files
.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
|
26 |
-
if: github.ref == 'refs/heads/
|
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
|