Spaces:
Sleeping
Sleeping
sotirios-slv
commited on
Commit
•
e80df9c
1
Parent(s):
286ecc1
Updated workflows to sort out spelling errors
Browse files
.github/workflows/deploy-to-hf-dev.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name: Sync to
|
2 |
on:
|
3 |
push:
|
4 |
branches-ignore:
|
|
|
1 |
+
name: Sync to dev Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
branches-ignore:
|
.github/workflows/deploy-to-hf-prod.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name: Sync to
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|
|
|
1 |
+
name: Sync to production Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|