Skip to content

Commit 335b46a

Browse files
committed
Fixed action names.
1 parent 20bfd45 commit 335b46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI
1+
name: Build
22
on: push
33
jobs:
44
build:

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI
1+
name: Build and Deploy Release
22
on:
33
push:
44
tags:

0 commit comments

Comments
 (0)