File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
38Stuff on top of [ Compojure] ( https://github.com/weavejester/compojure ) for making sweet web apis.
49
You can’t perform that action at this time.
0 commit comments