diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4585b71bd..000dead84 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -1,7 +1,10 @@ name: Static Analysis # Run this workflow every time a new commit pushed to your repository -on: [push, pull_request] + push: + branches: + - main + pull_request: jobs: