Update static_checks.yml to target main branch

This commit is contained in:
Heliguy
2026-01-22 22:37:46 -05:00
committed by GitHub
parent 4e45cb52ca
commit 007cd801b2

View File

@@ -1,5 +1,11 @@
name: 📊 Static Checks name: 📊 Static Checks
on: [push, pull_request] on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency: concurrency:
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-static group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-static