diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index 3c4b4f55dc..ee8c4d54ae 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -6,7 +6,11 @@ on: - dev - master pull_request_target: - types: [opened, reopened, labeled, synchronize] + types: + - opened + - reopened + - labeled + - synchronize branches: - dev - master