Skip to content

Commit

Permalink
Merge pull request #373 from agilgur5/fix-pr-ci
Browse files Browse the repository at this point in the history
(fix/ci): GitHub Actions should run on PRs as well
  • Loading branch information
swyxio authored Dec 15, 2019
2 parents b8f24e2 + 5da9f65 commit 7c8481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Node CI

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

jobs:
test:
Expand Down

0 comments on commit 7c8481b

Please sign in to comment.