Skip to content

Commit

Permalink
add badges, also release 1.1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Dec 20, 2023
1 parent 76e2aad commit b751a4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit b751a4f

Please sign in to comment.