molokhovdmitry commited on
Commit
44c255c
1 Parent(s): 25aabde

Update hf_file_size workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/hf_file_size.yml +2 -0
.github/workflows/hf_file_size.yml CHANGED
@@ -2,6 +2,8 @@ name: Check file size
2
  on:
3
  pull_request:
4
  branches: [main]
 
 
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
 
2
  on:
3
  pull_request:
4
  branches: [main]
5
+ push:
6
+ branches: [main]
7
 
8
  # to run this workflow manually from the Actions tab
9
  workflow_dispatch: