From b48060e7e9ebf0b2d1d8e45d7d14dfdd9a42b2b3 Mon Sep 17 00:00:00 2001 From: Kien Pham Date: Fri, 9 Aug 2024 14:10:32 -0700 Subject: [PATCH] trigger on PR --- .github/workflows/codeguru.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeguru.yml b/.github/workflows/codeguru.yml index f6ff1519..d80c5807 100644 --- a/.github/workflows/codeguru.yml +++ b/.github/workflows/codeguru.yml @@ -1,8 +1,10 @@ name: Analyze with CodeGuru Reviewer on: - - push - - workflow_dispatch # This allows manual triggering of the action through the GitHub UI. + pull_request: + types: [opened] + # - push + # - workflow_dispatch # This allows manual triggering of the action through the GitHub UI. permissions: id-token: write