Spaces:
Running
Running
Clement Vachet
commited on
Commit
·
8ec4698
1
Parent(s):
cfc17b5
Update file size check on pull request
Browse files
.github/workflows/filesize.yml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
name: Check file size
|
2 |
on:
|
3 |
-
|
4 |
-
push:
|
5 |
branches: [main]
|
6 |
|
7 |
# to run this workflow manually from the Actions tab
|
|
|
1 |
name: Check file size
|
2 |
on:
|
3 |
+
pull_request:
|
|
|
4 |
branches: [main]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|