From 5c8b8dbae735d313d163bc158c3d8087c0a29bcb Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:42:45 -0800 Subject: [PATCH] ci(actions): scope pr trigger type --- .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