revert: restore PR-only trigger
This commit is contained in:
parent
26926c60da
commit
2ff64ff512
@ -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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user