Skip to content

Commit

Permalink
refactor workflow name (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Dec 14, 2021
1 parent 8822f3c commit 1fc424a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Deploy Exchange release version to Maven Central Repository
name: release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Deploy Exchange SNAPSHOT version to Maven SNAPSHOT Repository
name: snapshot

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI with Maven
name: pull_request

on:
push:
Expand Down

0 comments on commit 1fc424a

Please sign in to comment.