CI: run on all PRs, and on main (after merge/push) (#355)
parent
def8be2137
commit
19f3a2fa92
|
@ -2,8 +2,12 @@ name: Lint
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
concurrency:
|
||||
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
|
|
Loading…
Reference in New Issue