Spaces:
Sleeping
Sleeping
Update update_spaces.yaml
Browse files
.github/workflows/update_spaces.yaml
CHANGED
@@ -1,15 +1,13 @@
|
|
1 |
name: Update Spaces
|
2 |
|
3 |
on:
|
4 |
-
|
5 |
-
branches:
|
6 |
-
- main
|
7 |
|
8 |
jobs:
|
9 |
sync-to-hub:
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
-
- uses: actions/checkout@
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
lfs: true
|
|
|
1 |
name: Update Spaces
|
2 |
|
3 |
on:
|
4 |
+
workflow_dispatch:
|
|
|
|
|
5 |
|
6 |
jobs:
|
7 |
sync-to-hub:
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
+
- uses: actions/checkout@v2
|
11 |
with:
|
12 |
fetch-depth: 0
|
13 |
lfs: true
|