Skip to content

Commit

Permalink
(fix/ci): GitHub Actions should run on PRs as well
Browse files Browse the repository at this point in the history
- previously would only run on branches from origin, so PRs from a
  fork would not trigger them
  • Loading branch information
agilgur5 committed Dec 14, 2019
1 parent b8f24e2 commit 5da9f65
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 5da9f65

Please sign in to comment.