mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2024-11-24 11:55:27 +01:00
Fix one repo, Build Status badge
This commit is contained in:
parent
6d74b1fb3b
commit
f08e3caac2
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -1,7 +1,7 @@
|
||||
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
|
||||
# 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: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -1,6 +1,6 @@
|
||||
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
|
||||
|
||||
[![Build Status](https://travis-ci.org/DieReicheErethons/Brewery.png?branch=master)](https://travis-ci.org/DieReicheErethons/Brewery)
|
||||
[![Build Status](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml/badge.svg)](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml)
|
||||
![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue)
|
||||
[![Releases](https://img.shields.io/github/v/release/DieReicheErethons/Brewery)](https://github.com/DieReicheErethons/Brewery/releases/latest)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user