Skip to content

Commit

Permalink
DOC: Docker CI badge in README (#1333)
Browse files Browse the repository at this point in the history
* DOC: Docker CI badge in README
COMP: Avoid building on draft PR
  • Loading branch information
cookpa committed Apr 8, 2022
1 parent 18ebd9b commit 4efa8a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci-docker.yml
Expand Up @@ -8,10 +8,15 @@ on:
pull_request:
branches:
- 'master'

types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
docker:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
-
name: Checkout
Expand Down
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -5,9 +5,7 @@
![ants goat](http://i.imgur.com/SEKf1mo.jpg) -->
[Advanced Normalization Tools](https://imgur.com/a/kySGi)
=========================================================

[![Build Status](https://travis-ci.org/ANTsX/ANTs.svg?branch=master)](https://travis-ci.org/ANTsX/ANTs)
[![ANTsX](https://circleci.com/gh/ANTsX/ANTs.svg?style=shield)](https://app.circleci.com/pipelines/github/ANTsX/ANTs)
[![ci-docker](https://github.com/ANTsX/ANTs/actions/workflows/ci-docker.yml/badge.svg)](https://github.com/ANTsX/ANTs/actions/workflows/ci-docker.yml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](code_of_conduct.md)

ANTs computes high-dimensional mappings to capture the statistics of brain
Expand Down

0 comments on commit 4efa8a0

Please sign in to comment.