EveSa commited on
Commit
572f748
1 Parent(s): 05ee545

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
- pull_request:
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