Run build on pull requests (#9)
This commit is contained in:
parent
42f11a0e72
commit
8519c9b374
1 changed files with 1 additions and 1 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