ugaray96 commited on
Commit
3bd428d
·
unverified ·
1 Parent(s): 355e5eb

Update check_file_size.yml

Browse files
.github/workflows/check_file_size.yml CHANGED
@@ -1,7 +1,7 @@
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
7
  workflow_dispatch:
 
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: [master]
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch: