Skip to content

Commit 672ff13

Browse files
authored
ci(nodejs.yml): add pull request to run github actions (#303)
1 parent a3621c8 commit 672ff13

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Node.js CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

scully/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scully/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scullyio/scully",
3-
"version": "0.0.68",
3+
"version": "0.0.72",
44
"description": "Scully CLI",
55
"repository": {
66
"type": "GIT",

0 commit comments

Comments
 (0)