From b348a43c194809856e0fd47d39d9901ee3121128 Mon Sep 17 00:00:00 2001 From: jorgeucano Date: Mon, 17 Feb 2020 10:21:48 -0300 Subject: [PATCH] ci(nodejs.yml): add pull request to run github actions --- .github/workflows/nodejs.yml | 2 +- scully/package-lock.json | 2 +- scully/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index faa8b6b62..10f9849bd 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,6 +1,6 @@ name: Node.js CI -on: [push] +on: [push, pull_request] jobs: build: diff --git a/scully/package-lock.json b/scully/package-lock.json index 850a42d11..caaba3291 100644 --- a/scully/package-lock.json +++ b/scully/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scullyio/scully", - "version": "0.0.68", + "version": "0.0.72", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/scully/package.json b/scully/package.json index 3e1f091ce..df2ef50bb 100644 --- a/scully/package.json +++ b/scully/package.json @@ -1,6 +1,6 @@ { "name": "@scullyio/scully", - "version": "0.0.68", + "version": "0.0.72", "description": "Scully CLI", "repository": { "type": "GIT",