chore: also run code quality checks on PRs
This commit is contained in:
parent
673ec7b09a
commit
3b98c3bdc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codequality.yml
vendored
2
.github/workflows/codequality.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Code quality checks
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue