run on push and pull_request
This commit is contained in:
parent
e9de6ca2c0
commit
a5570ffdd6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: push
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
Loading…
Reference in a new issue