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: