Skip to content

Commit

Permalink
ci: Update workflows names
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed Mar 28, 2024
1 parent b214fb6 commit dc8c2cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish documentation
name: Publish Documentation
on:
push:
branches:
Expand Down
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 to maven
name: Publish Artifacts to Maven Central
on:
release:
types: [ created ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Verify Pull Request
on:
pull_request:
branches:
Expand Down

0 comments on commit dc8c2cb

Please sign in to comment.