diff --git a/.github/workflows/security_allinone.yml b/.github/workflows/security_allinone.yml index b6116318..dbd1a276 100644 --- a/.github/workflows/security_allinone.yml +++ b/.github/workflows/security_allinone.yml @@ -1,7 +1,8 @@ name: Security AllInOne on: push: - branches: '**' + branches: + - feature/* pull_request: types: - opened