From 578f96a944361b5b07fcd7a3385492e02df37415 Mon Sep 17 00:00:00 2001 From: aj-bw <81774843+aj-bw@users.noreply.github.com> Date: Mon, 12 May 2025 09:13:24 -0400 Subject: [PATCH] BRE-609/android-pr-target-change (#5092) --- .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 60b6fca51a..df325f3395 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -2,8 +2,14 @@ name: Scan Pull Requests on: workflow_dispatch: + pull_request: + types: [opened, synchronize, reopened] + branches-ignore: + - main pull_request_target: - types: [opened, synchronize] + types: [opened, synchronize, reopened] + branches: + - main jobs: check-run: