revert: restore PR-only trigger

This commit is contained in:
root 2026-03-29 08:46:38 +00:00
parent 26926c60da
commit 2ff64ff512

View File

@ -1,10 +1,8 @@
name: PR Checks name: PR Checks
on: on:
push:
branches: ['**']
pull_request: pull_request:
branches: ['**'] branches: [main]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}