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