From 7fe091af1f0fea7ec599edc080b00484ae15871f Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:54:01 -0800 Subject: [PATCH] chore(ci): Reduce trigger scope for PRs (#6486) --- .github/workflows/CI.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c18b17f08c09..59e4cb50cfda 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,8 +1,11 @@ name: CI on: - - push - - pull_request + pull_request: + types: ['opened', 'reopened', 'synchronize'] + push: + branches: + - main env: CI: 1