Skip to content

Commit 1641a70

Browse files
authored
ci: fix types and branches for pull request target
1 parent 7291cb3 commit 1641a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/size.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: size
22
on:
33
# this action will error unless run in a pr context
44
pull_request_target:
5-
branches:
6-
- main
5+
types: [opened, synchronize, reopened]
6+
branches: [ "main" ]
77

88
env:
99
BUNDLE_SIZE: true

0 commit comments

Comments
 (0)