From 007cd801b22c8b5c84fa97cac5634a2bcc877f6c Mon Sep 17 00:00:00 2001 From: Heliguy <95997226+heliguy4599@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:37:46 -0500 Subject: [PATCH] Update static_checks.yml to target main branch --- .github/workflows/static_checks.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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