Spaces:
Sleeping
Sleeping
Commit
·
171c234
1
Parent(s):
30332b7
Further updates of main workflow
Browse files
.github/workflows/main.yml
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
name: Sync to Hugging Face
|
|
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|
|
|
1 |
+
name: Sync to Hugging Face Space
|
2 |
+
# This workflow syncs the repository to a Hugging Face Space on push to main branch or manually via workflow dispatch.
|
3 |
on:
|
4 |
push:
|
5 |
branches: [main]
|