diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index a6f4bae6..a5163198 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: