3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

chore: also run code quality checks on PRs

This commit is contained in:
Dragory 2021-11-03 17:02:04 +02:00
parent 673ec7b09a
commit 3b98c3bdc1
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -1,6 +1,6 @@
name: Code quality checks
on: [push]
on: [push, pull_request]
jobs:
build: