From b751a4fefe787be1d1621aefad30176690cc1b7c Mon Sep 17 00:00:00 2001 From: Ambrose Bonnaire-Sergeant Date: Wed, 20 Dec 2023 14:37:25 -0600 Subject: [PATCH] add badges, also release 1.1.x branch --- .github/workflows/build.yml | 2 +- README.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e90f546..d22b7a56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: deploy: concurrency: deploy needs: test - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/1.1.x') }} runs-on: ubuntu-latest steps: - name: Checkout diff --git a/README.md b/README.md index b012afe1..f856045a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# Compojure-api [![Build Status](https://api.travis-ci.org/metosin/compojure-api.svg?branch=master)](https://travis-ci.org/metosin/compojure-api) [![Downloads](https://jarkeeper.com/metosin/compojure-api/downloads.svg)](https://jarkeeper.com/metosin/compojure-api) [![Dependencies Status](https://jarkeeper.com/metosin/compojure-api/status.svg)](https://jarkeeper.com/metosin/compojure-api) +# Compojure-api + +[![Build Status](https://github.com/metosin/compojure-api/actions/workflows/build.yml/badge.svg)](https://github.com/metosin/compojure-api/actions) +[![cljdoc badge](https://cljdoc.org/badge/metosin/compojure-api)](https://cljdoc.org/d/metosin/compojure-api/) +[![Clojars Project](https://img.shields.io/clojars/v/metosin/compojure-api.svg)](https://clojars.org/metosin/compojure-api) +[![Slack](https://img.shields.io/badge/clojurians-ring-swagger-blue.svg?logo=slack)](https://clojurians.slack.com/messages/ring-swagger/) Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making sweet web apis.