diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 0187370..79e348d 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -3,6 +3,8 @@ name: "Security Scan" on: pull_request: branches: [ "master" ] + push: + branches: [ "master" ] jobs: analyze: