Skip to content

Commit

Permalink
fix: tune ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Dec 19, 2023
1 parent d1614b0 commit 607924c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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 Package Publish

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Tests

on: [push]

Expand Down

0 comments on commit 607924c

Please sign in to comment.