Spaces:
Runtime error
Runtime error
sync only with tags
Browse files
.github/workflows/sync.yml
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
|
|
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
tags:
|
5 |
+
- '*'
|
6 |
|
7 |
# to run this workflow manually from the Actions tab
|
8 |
workflow_dispatch:
|