diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index f84b8eb..898445d 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -1,5 +1,11 @@ name: 📊 Static Checks -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - main concurrency: group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-static