revert: restore PR-only trigger
This commit is contained in:
parent
26926c60da
commit
2ff64ff512
@ -1,10 +1,8 @@
|
||||
name: PR Checks
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['**']
|
||||
pull_request:
|
||||
branches: ['**']
|
||||
branches: [main]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user