diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index 2848fe7..9b4ad2d 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -2,9 +2,8 @@ name: Security Scan on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: + - main jobs: security: