Spaces:
Sleeping
Sleeping
changed github scripts
Browse files
.github/workflows/check.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
name: Check file size
|
| 2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
| 3 |
-
|
| 4 |
-
branches: [
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
|
|
|
| 1 |
name: Check file size
|
| 2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
| 3 |
+
push:
|
| 4 |
+
branches: [spaces]
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
.github/workflows/main.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
name: Sync to Hugging Face hub
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
-
branches: [
|
| 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 |
+
branches: [spaces]
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|