Skip to content

Commit d2c91c6

Browse files
committed
Rename GH Action workflows
1 parent a71b7cd commit d2c91c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml renamed to .github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker
1+
name: Release Docker
22
on:
33
push:
44
tags: ["*"]

.github/workflows/release.yml renamed to .github/workflows/release-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release Maven Central
22
on:
33
push:
44
branches: [main]

0 commit comments

Comments
 (0)