Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed Jun 29, 2020
1 parent a44153f commit bcce27e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml → .github/workflows/ci.yml
@@ -1,4 +1,4 @@
name: Node.js CI
name: Run CI

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
@@ -1,4 +1,4 @@
name: Node.js Package
name: Publish Package

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
@@ -1,4 +1,4 @@
name: Node.js Update
name: Update Dependencies

on:
schedule:
Expand Down

0 comments on commit bcce27e

Please sign in to comment.