Skip to content

Commit

Permalink
chore: simplify gh action workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hm committed Aug 14, 2024
1 parent 4e7022a commit 63e4a70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check, build and test
name: Check and test

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate and deploy docs to pages
name: Publish docs

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish packages to npmjs
name: Publish to npmjs

on:
workflow_dispatch:
Expand Down

0 comments on commit 63e4a70

Please sign in to comment.