Skip to content

Commit

Permalink
npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
enchart committed May 5, 2022
1 parent c730462 commit 103a1c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package
name: npm

on:
release:
types: [created]
types: [created, edited]

jobs:
build:
Expand Down

0 comments on commit 103a1c6

Please sign in to comment.