diff --git a/.github/workflows/ci-linter.yml b/.github/workflows/ci-linter.yml index f8e4e89e..b1ac2bc0 100644 --- a/.github/workflows/ci-linter.yml +++ b/.github/workflows/ci-linter.yml @@ -1,4 +1,4 @@ -name: CI-Lint +name: Linter on: [push, pull_request] diff --git a/.github/workflows/ci-trunk.yml b/.github/workflows/ci-trunk.yml index e7141a41..334759c8 100644 --- a/.github/workflows/ci-trunk.yml +++ b/.github/workflows/ci-trunk.yml @@ -1,4 +1,4 @@ -name: CI +name: Trunk on: push: diff --git a/README.md b/README.md index 9dcf516f..b31c0263 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -![CI Status](https://github.com/hpi-swa-teaching/SVGMorph/actions/workflows/ci.yml/badge.svg) +![CI Status](https://github.com/hpi-swa-teaching/SVGMorph/actions/workflows/ci.yml/badge.svg?branch=dev) +![Trunk Status](https://github.com/hpi-swa-teaching/SVGMorph/actions/workflows/ci-trunk.yml/badge.svg?branch=dev) +![Linter Status](https://github.com/hpi-swa-teaching/SVGMorph/actions/workflows/ci-linter.yml/badge.svg?branch=dev) [![Coverage Status](https://coveralls.io/repos/github/hpi-swa-teaching/SVGMorph/badge.svg?branch=dev)](https://coveralls.io/github/hpi-swa-teaching/SVGMorph?branch=dev) # SVGMorph