Spaces:
Runtime error
Runtime error
EveSa
commited on
Update Check_file_size.yml
Browse files
.github/workflows/Check_file_size.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
name: Check file size
|
| 2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
| 3 |
-
|
| 4 |
branches: [main]
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|
|
|
|
| 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: [main]
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|