forked from DGNum/infrastructure
fix(workflows): Run lint on pull_requests too
This commit is contained in:
parent
b3b21d1f96
commit
b70dd91eb2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name: lint
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
Loading…
Reference in a new issue