Skip to content

Commit b751a4f

Browse files
committed
add badges, also release 1.1.x branch
1 parent 76e2aad commit b751a4f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
deploy:
4848
concurrency: deploy
4949
needs: test
50-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
50+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/1.1.x') }}
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 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)
1+
# Compojure-api
2+
3+
[![Build Status](https://github.com/metosin/compojure-api/actions/workflows/build.yml/badge.svg)](https://github.com/metosin/compojure-api/actions)
4+
[![cljdoc badge](https://cljdoc.org/badge/metosin/compojure-api)](https://cljdoc.org/d/metosin/compojure-api/)
5+
[![Clojars Project](https://img.shields.io/clojars/v/metosin/compojure-api.svg)](https://clojars.org/metosin/compojure-api)
6+
[![Slack](https://img.shields.io/badge/clojurians-ring-swagger-blue.svg?logo=slack)](https://clojurians.slack.com/messages/ring-swagger/)
27

38
Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making sweet web apis.
49

0 commit comments

Comments
 (0)