Skip to content

Commit

Permalink
chore: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldps committed Mar 26, 2022
1 parent a406de4 commit 8a22258
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] # replace with release tag
```
Expand Down

0 comments on commit 8a22258

Please sign in to comment.