Skip to content

Commit

Permalink
ci: rename github workflow from main to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerija Velinovska committed Sep 22, 2023
1 parent 89f3d9d commit 729a0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Maven CI/CD
name: Build

on:
push:
Expand All @@ -19,6 +19,6 @@ jobs:
java-version: '17'
distribution: 'zulu'
cache: maven

- name: Build project with Maven
run: mvn -B package --file pom.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# valdr Bean Validation

[![Build Status](https://github.com/netceteragroup/valdr-bean-validation/actions/workflows/main.yml/badge.svg)](https://github.com/netceteragroup/valdr-bean-validation/actions/workflows/main.yml)
[![Build Status](https://github.com/netceteragroup/valdr-bean-validation/actions/workflows/build.yml/badge.svg)](https://github.com/netceteragroup/valdr-bean-validation/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/netceteragroup/valdr-bean-validation/badge.svg?branch=master)](https://coveralls.io/r/netceteragroup/valdr-bean-validation?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.valdr/valdr-bean-validation/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.valdr/valdr-bean-validation/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/netceteragroup/valdr-bean-validation/blob/master/LICENSE)
Expand Down

0 comments on commit 729a0b3

Please sign in to comment.