Skip to content

Commit

Permalink
ci. rename name
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Aug 16, 2023
1 parent a8b0595 commit 47190ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Package to npmjs
name: Publish
on:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Tests

on:
push:
Expand Down

0 comments on commit 47190ca

Please sign in to comment.