Skip to content

Commit

Permalink
Build PRs too
Browse files Browse the repository at this point in the history
  • Loading branch information
clayreimann committed May 25, 2020
1 parent 671bc9e commit fd6ed97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
@@ -1,6 +1,6 @@
name: Node CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -21,4 +21,4 @@ jobs:
npm ci
npm test
env:
CI: true
CI: true

0 comments on commit fd6ed97

Please sign in to comment.