From ab982671364dba74360dd6b7cfa6cfa9581c1f3b Mon Sep 17 00:00:00 2001 From: Matt Andreko Date: Fri, 30 May 2025 09:23:18 -0400 Subject: [PATCH] scan workflow update for bre-609 (#375) --- .github/workflows/scan.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index a6f4bae..a516319 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -5,8 +5,14 @@ on: push: branches: - "main" + pull_request: + types: [opened, synchronize, reopened] + branches-ignore: + - main pull_request_target: - types: [opened, synchronize] + types: [opened, synchronize, reopened] + branches: + - "main" jobs: check-run: