Stefano Fiorucci commited on
Commit
fcee5e3
1 Parent(s): 50089f7

Update hf_check_file_size.yml

Browse files

Former-commit-id: 11683649edf3849e24bd702e014bf4bbcabc0c42

.github/workflows/hf_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