Skip to content

Commit

Permalink
Merge pull request #148 from nschonni/pr-ci
Browse files Browse the repository at this point in the history
chore: run CI for pull requests
  • Loading branch information
keithamus committed Dec 8, 2021
2 parents 8c21392 + e6b24dc commit f74ee45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
@@ -1,6 +1,8 @@
name: Node CI

on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down

0 comments on commit f74ee45

Please sign in to comment.