CI: run on all PRs, and on main (after merge/push) (#355)

zio/stable
bnewbold 2023-03-27 08:19:26 -07:00 committed by GitHub
parent def8be2137
commit 19f3a2fa92
1 changed files with 4 additions and 0 deletions

View File

@ -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: