We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7291cb3 commit 1641a70Copy full SHA for 1641a70
.github/workflows/size.yml
@@ -2,8 +2,8 @@ name: size
2
on:
3
# this action will error unless run in a pr context
4
pull_request_target:
5
- branches:
6
- - main
+ types: [opened, synchronize, reopened]
+ branches: [ "main" ]
7
8
env:
9
BUNDLE_SIZE: true
0 commit comments