Skip to content

Commit dc8c2cb

Browse files
committed
ci: Update workflows names
1 parent b214fb6 commit dc8c2cb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish documentation
1+
name: Publish Documentation
22
on:
33
push:
44
branches:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish to maven
1+
name: Publish Artifacts to Maven Central
22
on:
33
release:
44
types: [ created ]

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Verify Pull Request
12
on:
23
pull_request:
34
branches:

0 commit comments

Comments
 (0)