Salman Naqvi commited on
Commit
83c60e7
·
unverified ·
1 Parent(s): fd0284b

Updated check action.

Browse files
Files changed (1) hide show
  1. .github/workflows/check.yml +2 -2
.github/workflows/check.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:
3
+ push:
4
  branches: [main]
5
 
6
  # to run this workflow manually from the Actions tab