Run build on pull requests
This commit is contained in:
parent
bc01df6dd9
commit
58db0e3c97
1 changed files with 2 additions and 2 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: packwatch CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
Reference in a new issue