Spaces:
Sleeping
Sleeping
Romain Graux
commited on
Commit
·
0ef4805
1
Parent(s):
5f62a6a
gh actions on main instead of space
Browse files
.github/workflows/hf_max_size.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Check file size
|
2 |
on:
|
3 |
pull_request:
|
4 |
-
branches: [
|
5 |
|
6 |
|
7 |
jobs:
|
|
|
1 |
name: Check file size
|
2 |
on:
|
3 |
pull_request:
|
4 |
+
branches: [main]
|
5 |
|
6 |
|
7 |
jobs:
|
.github/workflows/hf_space.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
5 |
|
6 |
jobs:
|
7 |
sync-to-hub:
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [main]
|
5 |
|
6 |
jobs:
|
7 |
sync-to-hub:
|