chore: enable tests for pull requests
This commit is contained in:
parent
e9a9eda972
commit
d386170c91
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Test
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
lint:
|
||||
|
|
Loading…
Reference in a new issue