From 1641a70c9e11119c90c1a34c00d360c5915bb32e Mon Sep 17 00:00:00 2001 From: Alan Schio <6757777+schirrel@users.noreply.github.com> Date: Sun, 26 Jan 2025 05:45:30 -0400 Subject: [PATCH] ci: fix types and branches for pull request target --- .github/workflows/size.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml index 7fe57cd1..824b844e 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -2,8 +2,8 @@ name: size on: # this action will error unless run in a pr context pull_request_target: - branches: - - main + types: [opened, synchronize, reopened] + branches: [ "main" ] env: BUNDLE_SIZE: true