CI: run on all PRs, and on main (after merge/push) (#355)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user