From 8a2225883f2e73c28f306cd168978d027928bf70 Mon Sep 17 00:00:00 2001 From: pauldps Date: Fri, 25 Mar 2022 20:46:54 -0400 Subject: [PATCH] chore: README update --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb9a9c3d..17838e67 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,15 @@ This repository includes a **reusable workflow** for Node builds. To use it, replace your workflow file with the following: ```yaml -name: Node.js Build -on: push +name: Node.js + +on: + pull_request: + push: + branches: main + jobs: - build: + default: uses: dimensionalpocket/development-js/.github/workflows/default-node-build.yml@X.Y.Z # replace with release tag ```