Spaces:
Sleeping
Sleeping
qqubb
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -2,7 +2,7 @@ name: Sync to Hugging Face Hub
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
-
branches: [main,
|
6 |
|
7 |
# To run this workflow manually from the Actions tab
|
8 |
workflow_dispatch:
|
@@ -26,4 +26,4 @@ jobs:
|
|
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
|
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
+
branches: [main, test]
|
6 |
|
7 |
# To run this workflow manually from the Actions tab
|
8 |
workflow_dispatch:
|
|
|
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
|