Skip to content

Commit acca984

Browse files
committed
chore(ci): Disable binary size action for push
1 parent 36aab01 commit acca984

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/binary-size.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Binary Size Check
33
on:
44
pull_request:
55
types: ["opened", "reopened", "synchronize"]
6-
push:
7-
branches:
8-
- main
6+
# Disable push events for now because of the permission issue
7+
# push:
8+
# branches:
9+
# - main
910

1011
env:
1112
CI: 1

0 commit comments

Comments
 (0)