Skip to content

Commit

Permalink
ci(nodejs.yml): add pull request to run github actions (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeucano authored Feb 17, 2020
1 parent a3621c8 commit 672ff13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.js CI

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion scully/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scully/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scullyio/scully",
"version": "0.0.68",
"version": "0.0.72",
"description": "Scully CLI",
"repository": {
"type": "GIT",
Expand Down

0 comments on commit 672ff13

Please sign in to comment.